Skip to content

Commit ec0088b

Browse files
committed
Mongoid pool_size 修改;
1 parent 565b091 commit ec0088b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/mongoid.yml.default

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ production:
2323
default:
2424
hosts:
2525
- 127.0.0.1:27017
26-
database: ruby_china
26+
database: ruby_china
27+
options:
28+
pool_size: 64

0 commit comments

Comments
 (0)