Lengthen update checks from 10 seconds to 10 minutes

This commit is contained in:
2026-01-09 03:47:46 +01:00
parent ec8a0cd84e
commit c718ebe07f

View File

@ -27,7 +27,7 @@ while true do
end
while true do
sleep 10
sleep 600
print '[Daemon] '.red + 'Checking for updates...'
res = Net::HTTP.get_response api_url