mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
Revert "refactor(server/cron): reduce wait to reschedule task"
This reverts commit d12f4845f2.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user