janl commented on code in PR #5371:
URL: https://github.com/apache/couchdb/pull/5371#discussion_r2924118142


##########
rel/overlay/etc/default.ini:
##########
@@ -469,6 +469,10 @@ hash_algorithms = sha256, sha
 ;search_permsg_timeout = 3600000
 ;nouveau_timeout = infinity
 ;nouveau_permsg_timeout = 3600000
+; serialize worker startup to prevent spurious conflicts for
+; interactive edits. Set to false to get legacy behaviour that
+; starts all workers at once.

Review Comment:
   ```
   ; serialize worker startup to prevent spurious conflicts for
   ; interactive edits. Might cause increased latency on write
   ; requests. Set to false to get legacy behaviour that
   ; starts all workers at once.
   ```
   ^- would something like this be useful to add here to guide
   folks or would we leave that to docs only? (happy to have the
   change made in a follow-up PR)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to