From 22057f871c7ee87d1b93374f3cab10d552a529bc Mon Sep 17 00:00:00 2001 From: Pengpeng Wang Date: Wed, 23 Sep 2020 15:31:43 +0800 Subject: [PATCH] Modify the connection couchbase timeout value Signed-off-by: Pengpeng Wang --- flowgate-api/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowgate-api/src/main/resources/application.properties b/flowgate-api/src/main/resources/application.properties index 5d0c7dd23..25c916c08 100644 --- a/flowgate-api/src/main/resources/application.properties +++ b/flowgate-api/src/main/resources/application.properties @@ -10,7 +10,7 @@ spring.couchbase.bucket.name=flowgate spring.couchbase.bucket.password=COUCHBASEPASSWD_CHANGE spring.data.couchbase.auto-index=true spring.couchbase.env.timeouts.query=30000 -spring.couchbase.env.timeouts.connect=10000 +spring.couchbase.env.timeouts.connect=15000 #######Default query limitation###### #######By default only allow query realtime data for 30 minutes asset.realtimedata.limit.duration=30