]> git.mxchange.org Git - hub.git/commitdiff
Hold your horses, these tasks are running to often.
authorRoland Haeder <roland@mxchange.org>
Tue, 6 May 2014 19:28:56 +0000 (21:28 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 6 May 2014 19:28:56 +0000 (21:28 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/config.php

index 2aa1dba3aee08ef96f032e1cd6034aa05e4d9b63..478c03cdb8d0442d0e3ad230207b02b1d864d621 100644 (file)
@@ -1236,7 +1236,7 @@ $cfg->setConfigEntry('crawler_local_url_getter_task_class', 'CrawlerLocalUrlGett
 $cfg->setConfigEntry('task_crawler_local_url_getter_startup_delay', 1500);
 
 // CFG: TASK-CRAWLER-LOCAL-URL-GETTER-INTERVAL-DELAY
-$cfg->setConfigEntry('task_crawler_local_url_getter_interval_delay', 50);
+$cfg->setConfigEntry('task_crawler_local_url_getter_interval_delay', 200);
 
 // CFG: TASK-CRAWLER-LOCAL-URL-GETTER-MAX-RUNS
 $cfg->setConfigEntry('task_crawler_local_url_getter_max_runs', 0);
@@ -1248,7 +1248,7 @@ $cfg->setConfigEntry('crawler_remote_url_getter_task_class', 'CrawlerRemoteUrlGe
 $cfg->setConfigEntry('task_crawler_remote_url_getter_startup_delay', 1500);
 
 // CFG: TASK-CRAWLER-REMOTE-URL-GETTER-INTERVAL-DELAY
-$cfg->setConfigEntry('task_crawler_remote_url_getter_interval_delay', 50);
+$cfg->setConfigEntry('task_crawler_remote_url_getter_interval_delay', 200);
 
 // CFG: TASK-CRAWLER-REMOTE-URL-GETTER-MAX-RUNS
 $cfg->setConfigEntry('task_crawler_remote_url_getter_max_runs', 0);
@@ -1260,7 +1260,7 @@ $cfg->setConfigEntry('crawler_remote_job_publisher_task_class', 'CrawlerRemoteJo
 $cfg->setConfigEntry('task_crawler_remote_job_publisher_startup_delay', 2000);
 
 // CFG: TASK-CRAWLER-REMOTE-JOB-PUBLISHER-INTERVAL-DELAY
-$cfg->setConfigEntry('task_crawler_remote_job_publisher_interval_delay', 50);
+$cfg->setConfigEntry('task_crawler_remote_job_publisher_interval_delay', 200);
 
 // CFG: TASK-CRAWLER-REMOTE-JOB-PUBLISHER-MAX-RUNS
 $cfg->setConfigEntry('task_crawler_remote_job_publisher_max_runs', 0);
@@ -1272,7 +1272,7 @@ $cfg->setConfigEntry('crawler_mime_sniffer_task_class', 'CrawlerMimeSnifferTask'
 $cfg->setConfigEntry('task_crawler_mime_sniffer_startup_delay', 1500);
 
 // CFG: TASK-CRAWLER-MIME-SNIFFER-INTERVAL-DELAY
-$cfg->setConfigEntry('task_crawler_mime_sniffer_interval_delay', 100);
+$cfg->setConfigEntry('task_crawler_mime_sniffer_interval_delay', 250);
 
 // CFG: TASK-CRAWLER-MIME-SNIFFER-MAX-RUNS
 $cfg->setConfigEntry('task_crawler_mime_sniffer_max_runs', 0);
@@ -1284,7 +1284,7 @@ $cfg->setConfigEntry('crawler_document_parser_task_class', 'CrawlerDocumentParse
 $cfg->setConfigEntry('task_crawler_document_parser_startup_delay', 1500);
 
 // CFG: TASK-CRAWLER-DOCUMENT-PARSER-INTERVAL-DELAY
-$cfg->setConfigEntry('task_crawler_document_parser_interval_delay', 100);
+$cfg->setConfigEntry('task_crawler_document_parser_interval_delay', 250);
 
 // CFG: TASK-CRAWLER-DOCUMENT-PARSER-MAX-RUNS
 $cfg->setConfigEntry('task_crawler_document_parser_max_runs', 0);
@@ -1296,7 +1296,7 @@ $cfg->setConfigEntry('crawler_structure_analyzer_task_class', 'CrawlerStructureA
 $cfg->setConfigEntry('task_crawler_structure_analyzer_startup_delay', 1500);
 
 // CFG: TASK-CRAWLER-STRUCTURE-ANALYZER-INTERVAL-DELAY
-$cfg->setConfigEntry('task_crawler_structure_analyzer_interval_delay', 100);
+$cfg->setConfigEntry('task_crawler_structure_analyzer_interval_delay', 250);
 
 // CFG: TASK-CRAWLER-STRUCTURE-ANALYZER-MAX-RUNS
 $cfg->setConfigEntry('task_crawler_structure_analyzer_max_runs', 0);
@@ -1308,7 +1308,7 @@ $cfg->setConfigEntry('crawler_snippet_extractor_task_class', 'CrawlerSnippetExtr
 $cfg->setConfigEntry('task_crawler_snippet_extractor_startup_delay', 1500);
 
 // CFG: TASK-CRAWLER-SNIPPET-EXTRACTOR-INTERVAL-DELAY
-$cfg->setConfigEntry('task_crawler_snippet_extractor_interval_delay', 100);
+$cfg->setConfigEntry('task_crawler_snippet_extractor_interval_delay', 250);
 
 // CFG: TASK-CRAWLER-SNIPPET-EXTRACTOR-MAX-RUNS
 $cfg->setConfigEntry('task_crawler_snippet_extractor_max_runs', 0);
@@ -1320,7 +1320,7 @@ $cfg->setConfigEntry('crawler_ping_task_class', 'CrawlerPingTask');
 $cfg->setConfigEntry('task_crawler_ping_startup_delay', 1500);
 
 // CFG: TASK-CRAWLER-PING-INTERVAL-DELAY
-$cfg->setConfigEntry('task_crawler_ping_interval_delay', 100);
+$cfg->setConfigEntry('task_crawler_ping_interval_delay', 250);
 
 // CFG: TASK-CRAWLER-PING-MAX-RUNS
 $cfg->setConfigEntry('task_crawler_ping_max_runs', 0);