forked from leftypol/leftypol
changed interval to 2 minutes
This commit is contained in:
parent
f812bdc376
commit
723a2683b5
2 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@
|
|||
function rrdtool_install($settings) {
|
||||
global $config;
|
||||
|
||||
$job = '* * * * * php -q ' . str_replace('\\', '/', dirname(__FILE__)) . '/cron.php' . PHP_EOL;
|
||||
$job = '*/2 * * * * php -q ' . str_replace('\\', '/', dirname(__FILE__)) . '/cron.php' . PHP_EOL;
|
||||
|
||||
if(function_exists('system')) {
|
||||
$crontab = tempnam($config['tmp'], 'tinyboard-rrdtool');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue