mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
Changed ProcPool to be turned off by default, while testing.
This commit is contained in:
parent
f5a889e40c
commit
3ebeab5689
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ RSS_UPDATE_INTERVAL = 60*10 # 10 minutes
|
|||
# multiple processes). But it may be slower for some
|
||||
# combinations of database and operating system. Also, creating
|
||||
# objects from another process will require re-syncing of caches.
|
||||
PROCPOOL_ENABLED = True
|
||||
PROCPOOL_ENABLED = False
|
||||
# relay process stdout to log (debug mode, very spammy)
|
||||
PROCPOOL_DEBUG = False
|
||||
# max/min size of the process pool. Will expand up to max limit on demand.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue