Skip to content

Commit 19d51f9

Browse files
committed
Increase max pool size for test client
1 parent 9a35d42 commit 19d51f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def database_id_alt
5757
hosts: [ "#{HOST}:#{PORT}" ],
5858
options: {
5959
server_selection_timeout: 0.5,
60-
max_pool_size: 1,
60+
max_pool_size: 5,
6161
heartbeat_frequency: 180,
6262
user: MONGOID_ROOT_USER.name,
6363
password: MONGOID_ROOT_USER.password,

0 commit comments

Comments
 (0)