mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 03:03:01 +02:00
fixes #1098 make checksum computation block size configurable, and smaller by default
This commit is contained in:
@@ -420,7 +420,7 @@ jQuery('#sync_md5sum').click(function(e) {
|
||||
|
||||
var addBlockSize = Math.min(
|
||||
Number((jQuery('#md5sum_to_add').data('origin') / 2).toFixed()),
|
||||
1000
|
||||
conf.checksum_compute_blocksize
|
||||
);
|
||||
add_md5sum_block(addBlockSize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user