Widen subnet

This commit is contained in:
Owen
2026-09-14 16:48:07 -04:00
parent c0ea32863c
commit ba2eb87f20
2 changed files with 4 additions and 4 deletions
@@ -12,11 +12,11 @@
*/
import axios from "axios";
import { db, exitNodes, newts, sites } from "@server/db";
import { db, newts, sites } from "@server/db";
import { eq } from "drizzle-orm";
import logger from "@server/logger";
import redisManager from "#private/lib/redis";
import { sendToClient } from "#private/routers/ws";
import { sendToClient } from "../ws";
const INITIAL_DELAY_MS = 15 * 1000; // 15 seconds before first check
const CHECK_INTERVAL_MS = 10 * 1000; // Check every 10 seconds