diff --git a/afk.js b/afk.js index 97d8dc4..fd71b3a 100644 --- a/afk.js +++ b/afk.js @@ -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;