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
# Puma supports multiple threads but in development mode you'll want to use 1
# 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.
WEB_CONCURRENCY=1
......@@ -71,4 +71,4 @@ ACTION_CABLE_FRONTEND_URL=ws://localhost:28080
#
# Not running Docker natively? Replace 'localhost' with your Docker Machine IP
# address, such as: http:\/\/192.168.99.100*
ACTION_CABLE_ALLOWED_REQUEST_ORIGINS=http:\/\/localhost*
\ No newline at end of file
ACTION_CABLE_ALLOWED_REQUEST_ORIGINS=http:\/\/localhost*
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