mirror of
https://github.com/the-programmers-hangout/Hermes.git
synced 2026-09-09 23:45:36 +02:00
run service every 10 minutes, not 5 seconds (leftover testing)
This commit is contained in:
@@ -11,7 +11,7 @@ class UpdateEmoteImages extends Service
|
|||||||
/**
|
/**
|
||||||
* The service interval.
|
* The service interval.
|
||||||
*/
|
*/
|
||||||
protected int $interval = 5; // 10 minutes
|
protected int $interval = 600; // 10 minutes
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle the service.
|
* Handle the service.
|
||||||
|
|||||||
Reference in New Issue
Block a user