mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-24 06:14:26 +02:00
IcingaConfig: generation time is INT (ms)
This commit is contained in:
parent
ae4f80444a
commit
ae6b7367dc
@ -200,7 +200,7 @@ class IcingaConfig
|
||||
->createFileFromDb('user')
|
||||
;
|
||||
|
||||
$this->generationTime = (microtime(true) - $start) * 1000;
|
||||
$this->generationTime = (int) ((microtime(true) - $start) * 1000);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user