You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logging table size limiter caused slow logging once the limit was reached, due to the overhead of truncating the table after every row written. This is now fixed by doing the truncations in batches.
Changed
The set_max_table_rows() method is deprecated, use conf_table_size_limiter() instead.
The maybe_truncate() method was not intended to be used outside of the class, so it is not a public method anymore.