change gke cluster

This commit is contained in:
Ishaan Dey
2024-05-13 03:00:15 -07:00
parent 59fb0521af
commit 5df770bdd6
7 changed files with 18 additions and 44 deletions

View File

@ -441,7 +441,7 @@ io.on("connection", async (socket) => {
if (sockets.length === 0) {
// close server
console.log("Closing server due to inactivity.");
// const res = await stopServer(data.sandboxId, data.userId)
const res = await stopServer(data.sandboxId, data.userId)
}
});
}, 20000);