This commit is contained in:
2026-02-03 18:01:23 +01:00
parent 0c94333abb
commit a19281c3a4
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ DB_CONFIG = {
"charset": "utf8mb4",
}
HOST_FILTER = "tower" # None = all hosts
HOST_FILTER = "tower1" # None = all hosts
LIMIT = None # e.g. 50000 for testing
SHOW_EXAMPLES = 20

View File

@@ -21,7 +21,7 @@ import time
# CONFIG
# =========================
HOST_TO_FIX = "tower"
HOST_TO_FIX = "tower1"
BATCH_FETCH = 5000
COMMIT_EVERY = 2000