- Oct 25, 2019
-
-
Hubert Chathi authored
delete keys when deleting backup versions
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Erik Johnston authored
-
Erik Johnston authored
Remove repeated calls to config.stats_enabled.
-
Erik Johnston authored
-
Erik Johnston authored
Fix /keys/query API on workers.
-
Erik Johnston authored
-
Erik Johnston authored
The necessary getters were added only to the master store and not the worker stores.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Turns out that fetching variables from the config object is expensive, so doing it once at startup avoids unnecessary work.
-
Erik Johnston authored
Reduce debug logging overhead
-
Erik Johnston authored
Make user stats less verbose
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
- Oct 24, 2019
-
-
Michael Kaye authored
-
Michael Kaye authored
-
Michael Kaye authored
-
Michael Kaye authored
Using % will cause the string to be generated even if debugging is off.
-
Michael Kaye authored
This avoids calculating __repr__ unless we are going to log.
-
Michael Kaye authored
I believe that string formatting ~10-15 sized events will take a proportion of CPU time.
-
Michael Kaye authored
-
Michael Kaye authored
-
Erik Johnston authored
Move schema delta files to the correct data store.
-
Brendan Abolivier authored
Add new boolean column to synapse_port_db
-
Erik Johnston authored
-
Erik Johnston authored
They were put in the global schema delta directory due to a bad merge.
-
Andrew Morgan authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Neil Johnson authored
The expected use case is to suppress MAU limiting on small instances
-
- Oct 23, 2019
-
-
Andrew Morgan authored
-
Brendan Abolivier authored
Fix import paths in synapse_port_db
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
Make `synapse_port_db` correctly create indexes in the PostgreSQL database, by having it run the background updates on the database before migrating the data. To ensure we're migrating the right data, also block the port if the SQLite3 database still has pending or ongoing background updates. Fixes #4877
-
Andrew Morgan authored
Add a linting script that enforces all boolean values in the default config be lowercase. This has annoyed me for a while so I decided to fix it.
-