fixes #1098 make checksum computation block size configurable, and smaller by default

This commit is contained in:
plegall
2019-10-14 12:22:53 +02:00
parent 54b727a22a
commit ac5d00e89b
4 changed files with 9 additions and 1 deletions
+3
View File
@@ -841,6 +841,9 @@ $conf['batch_manager_images_per_page_global'] = 20;
// unit mode. Must be among values {5, 10, 50}
$conf['batch_manager_images_per_page_unit'] = 5;
// how many missing md5sum should Piwigo compute at once.
$conf['checksum_compute_blocksize'] = 50;
// +-----------------------------------------------------------------------+
// | log |
// +-----------------------------------------------------------------------+