mirror of
https://github.com/the-programmers-hangout/Hermes.git
synced 2026-09-04 01:06:00 +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.
|
||||
*/
|
||||
protected int $interval = 5; // 10 minutes
|
||||
protected int $interval = 600; // 10 minutes
|
||||
|
||||
/**
|
||||
* Handle the service.
|
||||
|
||||
Reference in New Issue
Block a user