Issue #56, remove configurability of the checksum algorithm

This commit is contained in:
Roberto Rosario
2014-11-05 00:15:02 -04:00
parent ecd72245e1
commit 11ca9ba1eb
4 changed files with 4 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ Features
* If enabled, the document database index can be mirrored in the filesystem of the host and shared via Samba_ or any other sharing method to client computers on a network.
* User defined document unique identifier and checksum algorithms.
* User defined document unique identifier algorithms.
* Users can alter the default method used to uniquely indentify documents.

View File

@@ -8,15 +8,6 @@ different server configurations.
Documents
=========
.. setting:: DOCUMENTS_CHECKSUM_FUNCTION
**DOCUMENTS_CHECKSUM_FUNCTION**
Default: ``hashlib.sha256(x).hexdigest()``
The function that will be used to calculate the hash value of each uploaded document.
.. setting:: DOCUMENTS_UUID_FUNCTION
**DOCUMENTS_UUID_FUNCTION**