Issue #56, remove configurability of the checksum algorithm
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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**
|
||||
|
||||
Reference in New Issue
Block a user