Browse Source
The couchbase instance in our windows infra seems super slow. Trying to workaround that issue by increasing the connect timeout from 5 to 10 sec. See gh-5651pull/8673/head
1 changed files with 1 additions and 0 deletions
@ -1,3 +1,4 @@ |
|||||||
spring.couchbase.bootstrap-hosts=localhost |
spring.couchbase.bootstrap-hosts=localhost |
||||||
|
spring.couchbase.env.timeouts.connect=10000 |
||||||
|
|
||||||
spring.data.couchbase.auto-index=true |
spring.data.couchbase.auto-index=true |
||||||
|
|||||||
Loading…
Reference in new issue