v0.5.7: openapi.json кешируется в памяти — 33KB без перегенерации на каждый запрос

This commit is contained in:
2026-08-02 12:22:14 +04:00
parent 607a93f8d4
commit 32d1ecc5a3
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ SERVICES = _DF["SERVICES"]
OPS_INDEX = _DF["OPS_INDEX"]
DELAY = float(os.getenv("MOCK_OP_DELAY", "0.1"))
VERSION = "0.5.6"
VERSION = "0.5.7"
def get_services(stand_id):