We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b85c4 commit 2d48b6fCopy full SHA for 2d48b6f
CHANGES.txt
@@ -10,6 +10,8 @@ karl package Changelog
10
- Fixed a potential NameError that likely caused:
11
https://bugs.launchpad.net/karl4/+bug/1714033
12
13
+- Double the RelStorage commit-lock-timeout in hopes of avoiding
14
+ UnableToAcquireCommitLockError errors.
15
16
4.39.0 (2017-08-12)
17
===================
buildout.cfg
@@ -405,6 +405,7 @@ text =
405
blob-cache-size 1gb
406
keep-history False
407
read-only False
408
+ commit-lock-timeout 60
409
${:relstorage_cache_servers}
410
${:relstorage_cache_prefix}
411
${:cache_local_mb}
0 commit comments