123456789101112131415161718192021222324 |
- mongo.host=101.37.149.85
- mongo.port=27017
- mongo.defaultDbName=jeeplus
- mongo.user=
- mongo.pwd=
- mongo.connectionsPerHost=10
- mongo.threadsAllowedToBlockForConnectionMultiplier=5
- mongo.minConnectionsPerHost=5
- #连接超时时间
- mongo.connectTimeout=10000
- #等待时间
- mongo.maxWaitTime=120000
- #Socket超时时间
- mongo.socketTimeout=0
- mongo.socketKeepAlive=true
- mongo.description=joyven test mongodb database
- mongo.maxConnectionIdleTime=1500
- mongo.maxConnectionLifeTime=0
- #mongo slave
- mongo.heartbeatSocketTimeout=1000
- mongo.heartbeatConnectTimeout=1500
- mongo.minHeartbeatFrequency=5
- mongo.heartbeatFrequency=10
|