run service every 10 minutes, not 5 seconds (leftover testing)

This commit is contained in:
itsAzaria
2026-02-20 14:16:31 +00:00
parent 6cd3504d76
commit d8db85c4b1
+1 -1
View File
@@ -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.