From: Roland Häder Date: Fri, 27 Jun 2014 14:45:06 +0000 (+0200) Subject: 30 seconds every flush is okay. X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=f2b65a8a5ea9021bd4a3e06f68e85d2a3eec1e3c;hp=4eb03e20be6f722f99071cfaf0a747d19193ca39 30 seconds every flush is okay. Signed-off-by: Roland Häder --- diff --git a/contrib/chash/chash.php b/contrib/chash/chash.php index 779cc3e1..77fc8949 100644 --- a/contrib/chash/chash.php +++ b/contrib/chash/chash.php @@ -7,7 +7,7 @@ define('CHECK_POINT' , 'chash.pos'); $GLOBALS['block_size'] = 100; $GLOBALS['none_increment'] = (1 / pow(10, 12)); $GLOBALS['hash_algo'] = MHASH_RIPEMD320; -$GLOBALS['flush_file_time'] = 10; +$GLOBALS['flush_file_time'] = 30; $GLOBALS['restart_search_time'] = 1800; // Hashes per call