diff --git a/platform-resource/resources/config-product.properties b/platform-resource/resources/config-product.properties index 4174d3f..5b34995 100644 --- a/platform-resource/resources/config-product.properties +++ b/platform-resource/resources/config-product.properties @@ -7,11 +7,11 @@ mongo.db.password=platform123 mongo.connectionsPerHost=50 mongo.threadsAllowedToBlockForConnectionMultiplier=4 -mongo.connectTimeout=1000 +mongo.connectTimeout=2500 mongo.maxWaitTime=1500 mongo.autoConnectRetry=true mongo.socketKeepAlive=true -mongo.socketTimeout=1500 +mongo.socketTimeout=2500 mongo.slaveOk=true mysql.db.name=platform diff --git a/platform-resource/resources/config-test.properties b/platform-resource/resources/config-test.properties index cc63653..445a3b6 100644 --- a/platform-resource/resources/config-test.properties +++ b/platform-resource/resources/config-test.properties @@ -4,10 +4,10 @@ mongo.db.dbname=platform mongo.db.username=platform mongo.db.password=platform123 -mongo.socketTimeout=1000 +mongo.socketTimeout=2500 mongo.connectionsPerHost=20 mongo.threadsAllowedToBlockForConnectionMultiplier=10 -mongo.connectTimeout=1000 +mongo.connectTimeout=2500 mongo.maxWaitTime=2000 mongo.autoConnectRetry=true mongo.socketKeepAlive=true