reduce sandboxing time, set to single threaded as an experiment

This commit is contained in:
Kyle Drake 2016-12-12 06:33:58 +00:00
parent b2377051dc
commit 2b526d85ed
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@ def processor_count
end
end
threads 1, 1
environment 'production'
daemonize
pidfile '/var/run/neocities/neocities.pid'