diff --git a/index.ts b/index.ts index a648577..b856bfb 100644 --- a/index.ts +++ b/index.ts @@ -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() }) \ No newline at end of file