From 1bda66ed535f82919ee11435f56590b2b93070ba Mon Sep 17 00:00:00 2001 From: F33RNI Date: Sun, 31 Mar 2024 02:39:45 -0500 Subject: [PATCH] chore: increase refresh interval of lmao_ms_copilot to 5m --- module_configs/lmao_ms_copilot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_configs/lmao_ms_copilot.json b/module_configs/lmao_ms_copilot.json index 8f861824..329e74ed 100644 --- a/module_configs/lmao_ms_copilot.json +++ b/module_configs/lmao_ms_copilot.json @@ -58,7 +58,7 @@ "__comment21__": "Time (s) for automatically refresh page if no new prompts or responses (to update session)", "__comment22__": "Set to 0 to disable auto-refresher", - "auto_refresh_interval": 120, + "auto_refresh_interval": 300, "__comment23__": "User agent to prevent detection of headless chrome. Leave empty to disable it", "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36"