]> git.p6c8.net - jirafeau_mojo42.git/commit
[TASK] Disabling file deduplication by default.
authorJerome Jutteau <jerome@jutteau.fr>
Tue, 5 Jul 2022 11:46:16 +0000 (13:46 +0200)
committerJerome Jutteau <jerome@jutteau.fr>
Tue, 5 Jul 2022 11:46:16 +0000 (13:46 +0200)
commitb0d7e17277d6b5ec5b9110542ec7945848c1241a
treef18aec4826feec6991cc0e69df4b1e6cbe4b8047
parentaec88112ff1290657dbbdbc715ccff6d88b821cd
[TASK] Disabling file deduplication by default.

File hashing is a pretty intensive task both for CPU and disk.
This feature seems not to be a must have and can produce unwanted side effects.
Very large file can take a lot of time to be hashed at the end of transfert, producing protential timeouts and user frustration.

Users can still enable file deduplication feature by setting `file_hash` to `md5`.

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
CHANGELOG.md
README.md
docker/README.md
lib/config.original.php

patrick-canterino.de