Revert "refactor(server/cron): reduce wait to reschedule task"

This reverts commit d12f4845f2.
This commit is contained in:
Linden
2023-08-06 17:27:41 +10:00
parent d1b8d0ec6c
commit a29ede22af

View File

@@ -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)) print(('(%s/%s/%s %s:%s) ran task %s'):format(currentDate.year, currentDate.month, currentDate.day, currentDate.hour, currentDate.min, self.id))
end end
Wait(1000) Wait(30000)
return true return true
end end