much smaller number for nonce-incrementation
authorRoland Häder <haeder@hmmdeutschland.de>
Fri, 26 Sep 2014 07:51:28 +0000 (09:51 +0200)
committerRoland Häder <haeder@hmmdeutschland.de>
Fri, 26 Sep 2014 07:51:46 +0000 (09:51 +0200)
Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
contrib/chash/chash.php

index 0ebd6dcb6c20daa9bcac53a5b7c55fd2d64065ba..7db1f73a85dfd9c0b9e284b38a00d3fc695a3e1c 100644 (file)
@@ -5,7 +5,7 @@ define('START_TIME'            , microtime(TRUE));
 define('CHECK_POINT'           , 'chash.pos');
 
 $GLOBALS['block_size']          = 100;
-$GLOBALS['none_increment']      = (1 / pow(10, 12));
+$GLOBALS['none_increment']      = (1 / pow(10, 20));
 $GLOBALS['hash_algo']           = MHASH_RIPEMD320;
 $GLOBALS['flush_file_time']     = 30;
 $GLOBALS['restart_search_time'] = 1800;