General updates and clean up.
This commit is contained in:
@@ -33,8 +33,8 @@ reload = True
|
||||
# Works are processes, not threads
|
||||
# workers = 9 # default 1; use 10ish for production; 2 to 4 times the number of cores
|
||||
# threads = 1 # default 1; only affects Gthread worker type
|
||||
workers = os.getenv('AE_APP_WORKERS', None)
|
||||
threads = os.getenv('AE_APP_THREADS', None)
|
||||
workers = os.getenv('AE_APP_WORKERS', 2)
|
||||
threads = os.getenv('AE_APP_THREADS', 2)
|
||||
|
||||
# umask = '007'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user