File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
frameworks/Ruby/rails/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ default: &default
5
5
password : benchmarkdbpass
6
6
host : tfb-database
7
7
timeout : 5000
8
- pool : <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
8
+ pool : <%= ENV.fetch("RAILS_MAX_THREADS") { 3 } %>
9
9
10
10
development :
11
11
<< : *default
Original file line number Diff line number Diff line change 9
9
# the maximum value specified for Puma. Default is set to 5 threads for minimum
10
10
# and maximum; this matches the default thread size of Active Record.
11
11
#
12
- max_threads_count = ENV . fetch ( "RAILS_MAX_THREADS" ) { 5 }
12
+ max_threads_count = ENV . fetch ( "RAILS_MAX_THREADS" ) { 3 }
13
13
min_threads_count = ENV . fetch ( "RAILS_MIN_THREADS" ) { max_threads_count }
14
14
threads min_threads_count , max_threads_count
15
15
You can’t perform that action at this time.
0 commit comments