Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
1
1-getting-started-with-rails
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mis-21-2018-intersession
1-getting-started-with-rails
Commits
6c7bdebb
Commit
6c7bdebb
authored
Jun 15, 2018
by
John Noel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated RAILS_MAX_THREADS
parent
9c3cbe4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.env
.env
+2
-2
No files found.
.env
View file @
6c7bdebb
...
@@ -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
...
@@ -71,4 +71,4 @@ ACTION_CABLE_FRONTEND_URL=ws://localhost:28080
...
@@ -71,4 +71,4 @@ ACTION_CABLE_FRONTEND_URL=ws://localhost:28080
#
#
# Not running Docker natively? Replace 'localhost' with your Docker Machine IP
# Not running Docker natively? Replace 'localhost' with your Docker Machine IP
# address, such as: http:\/\/192.168.99.100*
# address, such as: http:\/\/192.168.99.100*
ACTION_CABLE_ALLOWED_REQUEST_ORIGINS=http:\/\/localhost*
ACTION_CABLE_ALLOWED_REQUEST_ORIGINS=http:\/\/localhost*
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment