Skip to content

Commit

Permalink
chore: rise cron job to one hour
Browse files Browse the repository at this point in the history
  • Loading branch information
m3ftwz committed Feb 1, 2025
1 parent 1f72150 commit ba8e021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ AddEventHandler("onResourceStarting", function(resource)
end
end)

lib.cron.new('* */1 * * *', function()
lib.cron.new('0 * * * *', function()
SetPrioritiesLists()
print("[^6QUEUE^0]:^2 Successfully auto-refreshed priorities queues^0")
end)
Expand Down

0 comments on commit ba8e021

Please sign in to comment.