Skip to content

Commit

Permalink
Increase max pool size for test client
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Jun 7, 2017
1 parent 9a35d42 commit 19d51f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def database_id_alt
hosts: [ "#{HOST}:#{PORT}" ],
options: {
server_selection_timeout: 0.5,
max_pool_size: 1,
max_pool_size: 5,
heartbeat_frequency: 180,
user: MONGOID_ROOT_USER.name,
password: MONGOID_ROOT_USER.password,
Expand Down

0 comments on commit 19d51f9

Please sign in to comment.