sforkowany z mirror/friendica
Every hour should mean: every hour :)
rodzic
30b24a2908
commit
bde4943da5
|
@ -105,7 +105,7 @@ function poller_run($argv, $argc){
|
|||
}
|
||||
|
||||
// Quit the poller once every hour
|
||||
if (time() > ($starttime + 360)) {
|
||||
if (time() > ($starttime + 3600)) {
|
||||
logger('Process lifetime reachted, quitting.', LOGGER_DEBUG);
|
||||
return;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue