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