diff --git a/imports/cron/server.lua b/imports/cron/server.lua index bab1141..632460f 100644 --- a/imports/cron/server.lua +++ b/imports/cron/server.lua @@ -244,7 +244,7 @@ function OxTask:scheduleTask() print(('(%s/%s/%s %s:%s) ran task %s'):format(currentDate.year, currentDate.month, currentDate.day, currentDate.hour, currentDate.min, self.id)) end - Wait(1000) + Wait(30000) return true end