we testin

This commit is contained in:
localhost 2026-01-17 23:48:04 +01:00
parent 0bedddc21f
commit 52f3506457
1 changed files with 2 additions and 2 deletions

View File

@ -351,9 +351,9 @@ async function switchIps() {
})
}
setInterval(switchIps, 30 * 60000) // 30 minutes
// setInterval(switchIps, 30 * 60000) // 30 minutes
app.listen(8008, () => {
console.log('the metadata server is up.')
switchIps()
// switchIps()
})