Skip to content

Commit

Permalink
missing piece of code for #1098 to make the number of checksum config…
Browse files Browse the repository at this point in the history
…urable
  • Loading branch information
plegall committed Feb 7, 2020
1 parent ea25f5b commit cade535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws.php
Expand Up @@ -502,7 +502,7 @@ function ws_addDefaultMethods( $arr )
'pwg.images.setMd5sum',
'ws_images_setMd5sum',
array(
'block_size' => array('default'=>1000, 'type'=>WS_TYPE_INT|WS_TYPE_POSITIVE),
'block_size' => array('default'=>$conf['checksum_compute_blocksize'], 'type'=>WS_TYPE_INT|WS_TYPE_POSITIVE),
'pwg_token' => array(),
),
'Set md5sum column, by blocks. Returns how many md5sums were added and how many are remaining.',
Expand Down

0 comments on commit cade535

Please sign in to comment.