Paginate update list output

This commit is contained in:
2026-02-07 23:05:36 +03:00
parent 6a4f29bd4b
commit a3a942ecb7
3 changed files with 73 additions and 14 deletions

View File

@@ -2,3 +2,4 @@ from typing import Dict
DOCKER_MAP: Dict[str, str] = {}
LOG_FILTER_PENDING: Dict[int, dict] = {}
UPDATES_CACHE: Dict[int, dict] = {}