From f2b65a8a5ea9021bd4a3e06f68e85d2a3eec1e3c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 27 Jun 2014 16:45:06 +0200 Subject: [PATCH] 30 seconds every flush is okay. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- contrib/chash/chash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2