mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-24 11:31:33 +00:00
Fix thread-safety, Use workers instead
App it not thread safe, disable threads.
This commit is contained in:
parent
70ac50209b
commit
bfeb8dc5df
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ ASSETS_PRECOMPILE=1
|
|||
SCRYPT_MAX_TIME=0.001
|
||||
|
||||
# FIXME Disable workers + cluster mode for now. They break start up.
|
||||
PUMA_WORKERS=0
|
||||
PUMA_WORKERS=8
|
||||
PUMA_MIN_THREADS=1
|
||||
PUMA_MAX_THREADS=32
|
||||
PUMA_MAX_THREADS=1
|
||||
PUMA_TIMEOUT=30
|
||||
|
||||
PRODUCTION_PUMA_PORT=4000
|
||||
|
|
Loading…
Reference in a new issue