From 8882b2968e917a486f3c027eb4efab3b6f8572ca Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Mon, 9 Dec 2024 17:31:32 +0000 Subject: [PATCH] Update MIGRATION_FROM_3_x.md Co-authored-by: Mateusz --- MIGRATION_FROM_3_x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION_FROM_3_x.md b/MIGRATION_FROM_3_x.md index d6381ba..b71baae 100644 --- a/MIGRATION_FROM_3_x.md +++ b/MIGRATION_FROM_3_x.md @@ -609,7 +609,7 @@ bucket and credentials. SDKv4 is based on C++SDK. It has similar behavior when it comes to persistent instances. But instead of running cleanup at the end of each request, it does -cleanup only when the library need to create new connection and the number of +cleanup only when the library needs to create a new connection and the number of existing connection have reached `couchbase.max_persistent`. By default both `couchbase.persistent_timeout` and `couchbase.max_persistent`