Skip to content

Commit

Permalink
65s limit for kv durable timeout
Browse files Browse the repository at this point in the history
From couchbase/docs-sdk-java#391 for DOC-11469
  • Loading branch information
RichardSmedley authored Oct 16, 2023
1 parent c139aa5 commit 00ed756
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/ref/pages/client-settings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ Default: `10s`
+
Key/Value operations with enhanced durability requirements may take longer to complete, so they have a separate default timeout.
+
*Do not* set this above 65s, which is the maximum possible `SyncWrite` timeout on the Server side.
+
WARNING: The `KvDurableTimeout` property is not part of the stable API and may change or be removed at any time.


Expand Down

0 comments on commit 00ed756

Please sign in to comment.