From 52f35064577652d4e0b65e44eeac64d82a0f128d Mon Sep 17 00:00:00 2001 From: localhost Date: Sat, 17 Jan 2026 23:48:04 +0100 Subject: [PATCH] we testin --- index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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