summaryrefslogtreecommitdiff
path: root/client/changes
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-02-20 17:08:59 -0300
committerTomás Touceda <chiiph@leap.se>2014-02-20 17:08:59 -0300
commit0a3905d9d643117483681bcc1cda2258702dc94d (patch)
treec427777a8aa224e81b314dbd9fb75a20f22cdc07 /client/changes
parent5d4ac11578299bce542ba726dbdd2398776fe78c (diff)
parentc2e4bad20fa17b92591d861dff2f20ca71610319 (diff)
Merge remote-tracking branch 'refs/remotes/kali/feature/perf-tweaks' into develop
Diffstat (limited to 'client/changes')
-rw-r--r--client/changes/bug_5139-interface-error2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/changes/bug_5139-interface-error b/client/changes/bug_5139-interface-error
new file mode 100644
index 00000000..9127e70b
--- /dev/null
+++ b/client/changes/bug_5139-interface-error
@@ -0,0 +1,2 @@
+o Add lock for create_doc and update_indexes call,
+ prevents concurrent access to the db. Closes #5139.