Commit 6c7bdebb authored by John Noel's avatar John Noel

Updated RAILS_MAX_THREADS

parent 9c3cbe4b
...@@ -10,7 +10,7 @@ BIND_ON=0.0.0.0:3000 ...@@ -10,7 +10,7 @@ BIND_ON=0.0.0.0:3000
# Puma supports multiple threads but in development mode you'll want to use 1 # Puma supports multiple threads but in development mode you'll want to use 1
# thread to ensure that you can properly debug your application. # thread to ensure that you can properly debug your application.
RAILS_MAX_THREADS=1 RAILS_MAX_THREADS=5
# Puma supports multiple workers but you should stick to 1 worker in dev mode. # Puma supports multiple workers but you should stick to 1 worker in dev mode.
WEB_CONCURRENCY=1 WEB_CONCURRENCY=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment