> No, this means that all events will expire wh...
# general
c
No, this means that all events will expire when the table is queried
What happens if it never gets queried? would it just hold events until
events_max
got reached?
z
Yes. It looks like
events_max
is checked every 256 event insertions, so if the table never gets queried this is the only mechanism for discarding events.
1
👍 1