mongodb.properties 595 B

123456789101112131415161718192021222324
  1. mongo.host=101.37.149.85
  2. mongo.port=27017
  3. mongo.defaultDbName=jeeplus
  4. mongo.user=
  5. mongo.pwd=
  6. mongo.connectionsPerHost=10
  7. mongo.threadsAllowedToBlockForConnectionMultiplier=5
  8. mongo.minConnectionsPerHost=5
  9. #连接超时时间
  10. mongo.connectTimeout=10000
  11. #等待时间
  12. mongo.maxWaitTime=120000
  13. #Socket超时时间
  14. mongo.socketTimeout=0
  15. mongo.socketKeepAlive=true
  16. mongo.description=joyven test mongodb database
  17. mongo.maxConnectionIdleTime=1500
  18. mongo.maxConnectionLifeTime=0
  19. #mongo slave
  20. mongo.heartbeatSocketTimeout=1000
  21. mongo.heartbeatConnectTimeout=1500
  22. mongo.minHeartbeatFrequency=5
  23. mongo.heartbeatFrequency=10