mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:57:03 +02:00
Indexer job frequency on the health page went to a variable
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
@ -231,7 +231,7 @@ class ModelHealthHealth extends Model {
|
||||
|
||||
$st = stat(INDEXER_BEACON);
|
||||
$t1 = date(DATE_TEMPLATE . " H:i", $st['mtime']);
|
||||
$t2 = date(DATE_TEMPLATE . " H:i", $st['mtime']+30*60);
|
||||
$t2 = date(DATE_TEMPLATE . " H:i", $st['mtime']+DELTA_INDEXER_PERIOD);
|
||||
|
||||
$data = array($t1, $t2);
|
||||
}
|
||||
|
Reference in New Issue
Block a user