Skip to content

Commit 2d48b6f

Browse files
author
Jim Fulton
committed
Double the RelStorage commit-lock-timeout in hopes of avoiding
UnableToAcquireCommitLockError errors.
1 parent b8b85c4 commit 2d48b6f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ karl package Changelog
1010
- Fixed a potential NameError that likely caused:
1111
https://bugs.launchpad.net/karl4/+bug/1714033
1212

13+
- Double the RelStorage commit-lock-timeout in hopes of avoiding
14+
UnableToAcquireCommitLockError errors.
1315

1416
4.39.0 (2017-08-12)
1517
===================

buildout.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ text =
405405
blob-cache-size 1gb
406406
keep-history False
407407
read-only False
408+
commit-lock-timeout 60
408409
${:relstorage_cache_servers}
409410
${:relstorage_cache_prefix}
410411
${:cache_local_mb}

0 commit comments

Comments
 (0)