(cp ac5d00e) fixes #1098 make checksum computation block size configurable, and smaller by default

This commit is contained in:
plegall
2019-10-14 12:23:40 +02:00
parent b5dd0da47e
commit d8e2e52e88
4 changed files with 9 additions and 1 deletions
+1
View File
@@ -458,6 +458,7 @@ usort($prefilters, 'UC_name_compare');
$template->assign(
array(
'conf_checksum_compute_blocksize' => $conf['checksum_compute_blocksize'],
'prefilters' => $prefilters,
'filter' => $_SESSION['bulk_manager_filter'],
'selection' => $collection,