From 99fe5f0a2c58bc731a8344ef6c5aa5dc79b01d6f Mon Sep 17 00:00:00 2001 From: dzmitry-lahoda Date: Sat, 20 Apr 2024 00:52:25 +0100 Subject: [PATCH] ptnwtf --- mantis/blackbox/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mantis/blackbox/main.py b/mantis/blackbox/main.py index 4b936ce..70ea883 100644 --- a/mantis/blackbox/main.py +++ b/mantis/blackbox/main.py @@ -55,7 +55,7 @@ def create_app() -> FastAPI: """ app = FastAPI() -cache = PersistentCache(TTLCache, filename="$TEMP/get_remote_data.cache", ttl=12 * 1000, maxsize=2) +cache = PersistentCache(TTLCache, filename="$TEMP/get_remote_data.cache", ttl=240, maxsize=2) @app.get("/simulator/router")