mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fixes #1098 make checksum computation block size configurable, and smaller by default
This commit is contained in:
@@ -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 |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user