mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Add config option to turn off freezing events. Use new encode_json api and ujson.loads
This commit is contained in:
parent
afbd3b2fc4
commit
a7b65bdedf
8 changed files with 44 additions and 17 deletions
|
@ -28,6 +28,7 @@ class ServerConfig(Config):
|
|||
self.web_client = config["web_client"]
|
||||
self.soft_file_limit = config["soft_file_limit"]
|
||||
self.daemonize = config.get("daemonize")
|
||||
self.use_frozen_dicts = config.get("use_frozen_dicts", True)
|
||||
|
||||
# Attempt to guess the content_addr for the v0 content repostitory
|
||||
content_addr = config.get("content_addr")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue