Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-27 | [bug] avoid double decryption of documents | drebs | |
Because of how the incoming document queue is implemented, it could be the case that a document was sent to async decryption queue more than once. This commit creates a list of documents to be decrypted, so we avoid sending the same document to the queue more than once. |