]> git.mxchange.org Git - hub.git/commitdiff
Once per second is fine, else it would possibly overload the local node as the node...
authorRoland Haeder <roland@mxchange.org>
Mon, 31 Mar 2014 22:05:01 +0000 (00:05 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 31 Mar 2014 22:05:01 +0000 (00:05 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/config.php

index 8242ceff105e668665acfae3b87317c229533f9b..2620a75bfa9a64c7a651c09f8a5b9d1247ead0f1 100644 (file)
@@ -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);