Commit 392cd5347d4ee9b4b9588e50acc9427796607a18
1 parent
1ed560c5
Fixed external dependency dashlet showing an openoffice issue. The job
was only running daily and needs to run every 5mins or the message will stay there for the whole day on first install. Committed By: Kevin Fourie Reviewed By: Donald Jackson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/RB_3.5.4a@9662 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
sql/mysql/install/data.sql
| ... | ... | @@ -1366,7 +1366,7 @@ INSERT INTO `scheduler_tasks` VALUES |
| 1366 | 1366 | (7,'Cleanup Temporary Directory','search2/bin/cronCleanup.php','',0,'1min','2007-10-01 00:00:00',NULL,0,'enabled'), |
| 1367 | 1367 | (8,'Disk Usage and Folder Utilisation Statistics','plugins/housekeeper/bin/UpdateStats.php','',0,'5mins','2007-10-01 00:00:00',NULL,0,'enabled'), |
| 1368 | 1368 | (9,'Refresh Index Statistics','search2/bin/cronIndexStats.php','',0,'daily','2007-10-01 00:00:00',NULL,0,'enabled'), |
| 1369 | -(10,'Refresh Resource Dependancies','search2/bin/cronResources.php','',0,'daily','2007-10-01 00:00:00',NULL,0,'enabled'); | |
| 1369 | +(10,'Refresh Resource Dependancies','search2/bin/cronResources.php','',0,'5min','2007-10-01 00:00:00',NULL,0,'enabled'); | |
| 1370 | 1370 | /*!40000 ALTER TABLE `scheduler_tasks` ENABLE KEYS */; |
| 1371 | 1371 | UNLOCK TABLES; |
| 1372 | 1372 | ... | ... |