z230
This commit is contained in:
@@ -29,5 +29,5 @@ BACKUP_PATH = os.getenv("BACKUP_PATH")
|
||||
# Behaviour
|
||||
# =========================
|
||||
|
||||
DRY_RUN = os.getenv("DRY_RUN", "1") == "1"
|
||||
DRY_RUN = os.getenv("DRY_RUN", "true").lower() in ("1", "true", "yes")
|
||||
BATCH_SIZE = int(os.getenv("BATCH_SIZE", 1000))
|
||||
|
||||
Reference in New Issue
Block a user