mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-21 18:44:36 -04:00
Only turn on the twisted deferred debugging if full_twisted_stacktraces is set in the config
This commit is contained in:
parent
32d66738b0
commit
9020860479
2 changed files with 8 additions and 3 deletions
|
@ -33,9 +33,6 @@ if __name__ == '__main__':
|
|||
sys.stderr.writelines(message)
|
||||
sys.exit(1)
|
||||
|
||||
from synapse.util.debug import debug_deferreds
|
||||
debug_deferreds()
|
||||
|
||||
from synapse.storage.engines import create_engine, IncorrectDatabaseSetup
|
||||
from synapse.storage import are_all_users_on_domain
|
||||
from synapse.storage.prepare_database import UpgradeDatabaseException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue