Skip to content

Commit

Permalink
ptnwtf
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Apr 19, 2024
1 parent 9ab5288 commit 99fe5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantis/blackbox/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 99fe5f0

Please sign in to comment.