From: Roland Haeder Date: Mon, 31 Mar 2014 22:05:01 +0000 (+0200) Subject: Once per second is fine, else it would possibly overload the local node as the node... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=edb93db148929c4cd4d4e4ada4b2ed812239b32f;p=hub.git Once per second is fine, else it would possibly overload the local node as the node cannot search so very often. Signed-off-by: Roland Haeder --- diff --git a/application/hub/config.php b/application/hub/config.php index 8242ceff1..2620a75bf 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -966,7 +966,7 @@ $cfg->setConfigEntry('miner_block_fetcher_task_class', 'MinerBlockFetcherTask'); $cfg->setConfigEntry('task_miner_block_fetcher_startup_delay', 1000); // CFG: TASK-MINER-BLOCK-FETCHER-INTERVAL-DELAY -$cfg->setConfigEntry('task_miner_block_fetcher_interval_delay', 10); +$cfg->setConfigEntry('task_miner_block_fetcher_interval_delay', 1000); // CFG: TASK--FETCHER-MAX-RUNS $cfg->setConfigEntry('task_miner_block_fetcher_max_runs', 0);