Sat, 23 Mar 2019 01:57:12 +0000 net/server_event: fix typo in comment
Maxime “pep” Buquet <pep@bouah.net> [Sat, 23 Mar 2019 01:57:12 +0000] rev 9901
net/server_event: fix typo in comment
Fri, 22 Mar 2019 16:30:53 +0100 mod_storage_sql: No archive item limit by default
Kim Alvefur <zash@zash.se> [Fri, 22 Mar 2019 16:30:53 +0100] rev 9900
mod_storage_sql: No archive item limit by default
Fri, 22 Mar 2019 02:24:48 +0100 mod_storage_internal: Include store name when reporting quota status
Kim Alvefur <zash@zash.se> [Fri, 22 Mar 2019 02:24:48 +0100] rev 9899
mod_storage_internal: Include store name when reporting quota status
Fri, 22 Mar 2019 02:22:21 +0100 mod_mam: On quota hit, separately delete by time and by item count
Kim Alvefur <zash@zash.se> [Fri, 22 Mar 2019 02:22:21 +0100] rev 9898
mod_mam: On quota hit, separately delete by time and by item count This is to work around a possible SQL issue where offsets and time stamps don't interact correctly.
Fri, 22 Mar 2019 02:18:54 +0100 mod_storage_sql: Return cached count if only this is queried for
Kim Alvefur <zash@zash.se> [Fri, 22 Mar 2019 02:18:54 +0100] rev 9897
mod_storage_sql: Return cached count if only this is queried for
Fri, 22 Mar 2019 02:13:27 +0100 mod_storage_sql: Cache total count if it's calculated as part of the current query
Kim Alvefur <zash@zash.se> [Fri, 22 Mar 2019 02:13:27 +0100] rev 9896
mod_storage_sql: Cache total count if it's calculated as part of the current query
Fri, 22 Mar 2019 02:12:02 +0100 mod_storage_sql: Skip cache write
Kim Alvefur <zash@zash.se> [Fri, 22 Mar 2019 02:12:02 +0100] rev 9895
mod_storage_sql: Skip cache write This would cause the cache to be wrong in case the the later INSERT fails and the transaction is aborted.
Fri, 22 Mar 2019 02:10:46 +0100 mod_storage_sql: Fix to use currently queried store
Kim Alvefur <zash@zash.se> [Fri, 22 Mar 2019 02:10:46 +0100] rev 9894
mod_storage_sql: Fix to use currently queried store Was using the previously queried store due to this being cached in an upvalue.
Fri, 22 Mar 2019 02:09:38 +0100 mod_storage_sql: Don't increment counter twice (fixes accounting error)
Kim Alvefur <zash@zash.se> [Fri, 22 Mar 2019 02:09:38 +0100] rev 9893
mod_storage_sql: Don't increment counter twice (fixes accounting error)
Fri, 22 Mar 2019 02:04:34 +0100 mod_storage_internal: Increase default quota to 10 000
Kim Alvefur <zash@zash.se> [Fri, 22 Mar 2019 02:04:34 +0100] rev 9892
mod_storage_internal: Increase default quota to 10 000 Performance doesn't seem great but 10k should be far enough from limits inherited by the Lua parser. 1000 messages seemed pretty close to what an active user might produce in one week.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip