Commit d4732a004821171a62826a5fb8a8c709bec9e1bb
1 parent
69b68790ff
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 3 additions and 3 deletions
platform-resource/resources/config-test.properties
View file @
d4732a0
| ... | ... | @@ -4,11 +4,11 @@ | 
| 4 | 4 | |
| 5 | 5 | mongo.db.username=platform | 
| 6 | 6 | mongo.db.password=platform123 | 
| 7 | -mongo.socketTimeout=2500 | |
| 7 | +mongo.socketTimeout=5500 | |
| 8 | 8 | mongo.connectionsPerHost=20 | 
| 9 | 9 | mongo.threadsAllowedToBlockForConnectionMultiplier=10 | 
| 10 | -mongo.connectTimeout=3000 | |
| 11 | -mongo.maxWaitTime=4000 | |
| 10 | +mongo.connectTimeout=5000 | |
| 11 | +mongo.maxWaitTime=5000 | |
| 12 | 12 | mongo.autoConnectRetry=true | 
| 13 | 13 | mongo.socketKeepAlive=true | 
| 14 | 14 |