diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2016-02-04 13:33:49 -0300 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-06-06 19:58:50 -0400 |
commit | 498e9e1353700b61950ef87c007e6c0a84fbe201 (patch) | |
tree | 75a49f25cc651bfc61fc89dfdf65475c4e59ce83 /client/changes/next-changelog.rst | |
parent | 50f90874815a85eb82e0fba2d953b680ee9eeb53 (diff) |
[refactor] encdecpool queries and testing
This commit adds tests for doc ordering and encdecpool control
(start/stop). Also optimizes by deleting in batch and checking for a
sequence in memory before asking the local staging for documents.
Diffstat (limited to 'client/changes/next-changelog.rst')
-rw-r--r-- | client/changes/next-changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/changes/next-changelog.rst b/client/changes/next-changelog.rst index a696fe10..c676625f 100644 --- a/client/changes/next-changelog.rst +++ b/client/changes/next-changelog.rst @@ -26,6 +26,7 @@ Misc - Refactor bootstrap to remove shared db lock. - `#1236 <https://leap.se/code/issues/1236>`_: Description of the new feature corresponding with issue #1236. - Some change without issue number. +- Removed multiprocessing from encdecpool with some extra refactoring. Known Issues ~~~~~~~~~~~~ |