summaryrefslogtreecommitdiff
path: root/tools/merge_fetch.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/merge_fetch.py')
-rwxr-xr-xtools/merge_fetch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/merge_fetch.py b/tools/merge_fetch.py
index 6accca4..e00f061 100755
--- a/tools/merge_fetch.py
+++ b/tools/merge_fetch.py
@@ -140,6 +140,7 @@ def merge_fetch_worker(args, localconfig, storagenode, pipe):
verify_entry(verifycert, entry, ehash)
chainsdb.add(ehash, entry)
chainsdb.commit()
+ chainsdb.release_lock()
for ehash in chunk:
pipe.send('FETCHED %s' % hexencode(ehash))
to_fetch.remove(ehash)