Fix mita RPC socket path and rate-limit heal recovery.

This commit is contained in:
orohi
2026-08-03 12:18:53 +03:00
parent c0ce490a15
commit bf1c6761fd
2 changed files with 45 additions and 36 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ else:
application_path = os.path.dirname(__file__)
DATA_FILE = os.path.join(application_path, 'data.json') # legacy JSON; used only for one-shot import / export
CURRENT_VERSION = "v2.6.8"
CURRENT_VERSION = "v2.6.9"
RELEASES_REPO_URL = repo_url()
RELEASES_API_LATEST = api_latest_url()
BIN_DIR = os.environ.get('TUNNEL_BIN_DIR', os.path.join(application_path, 'bin'))