Skip to content

Commit

Permalink
Minehut changed the uptime limit back to 4 hours.
Browse files Browse the repository at this point in the history
  • Loading branch information
GStudiosX2 authored Dec 15, 2023
1 parent 14be4ae commit 3117349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const IS_LOCAL = (window.location.origin === 'file://' || window.location.hostname.includes('localhost')),
API_URL = 'https://api.minehut.com',
MS_DAILY = 7200 * 1000,
MS_DAILY = 14400 * 1000,
INTERVAL_LIVE_MODE = 5000, // 5 seconds
INFO_MESSAGE = document.getElementById('timeLeft');
let name;
Expand Down

0 comments on commit 3117349

Please sign in to comment.