Commit 9c23df8ba71df9abba1540ec3a80d4b30dba0a4f

Authored by Megan Watson
1 parent 97a7127f

Updated call home scheduled task in install sql.

PT: 1236126

Committed by: Megan Watson
Showing 1 changed file with 1 additions and 1 deletions
sql/mysql/install/data.sql
... ... @@ -1377,7 +1377,7 @@ INSERT INTO `scheduler_tasks` VALUES
1377 1377 (9,'Refresh Index Statistics','search2/bin/cronIndexStats.php','',0,'1min','2007-10-01',NULL,0,'enabled'),
1378 1378 (10,'Refresh Resource Dependancies','search2/bin/cronResources.php','',0,'1min','2007-10-01',NULL,0,'enabled'),
1379 1379 (11,'Bulk Download Queue','bin/ajaxtasks/downloadTask.php','',0,'1min','2007-10-01',NULL,0,'system'),
1380   -(12,'Call Home','bin/system_info.php','',0,'daily','2009-10-01',NULL,0,'system');
  1380 +(12,'Call Home','bin/system_info.php','',1,'half_hourly','2009-10-01',NULL,0,'system');
1381 1381  
1382 1382 /*!40000 ALTER TABLE `scheduler_tasks` ENABLE KEYS */;
1383 1383 UNLOCK TABLES;
... ...