@@ -31,7 +31,7 @@ const LOG_FILE = path.join(
`afk-${toSafeFilePart(runtimeUsername)}.log`,
);
const TELEPORT_DETECT_REGEX = /you teleported to\b/i;
const AFK_RETRY_DELAY_MS = 5000;
const AFK_RETRY_DELAY_MS = 7500;
const AFK_MIN_NUMBER = 1;
const AFK_MAX_NUMBER = 50;
The note is not visible to the blocked user.