Skip to content

Commit

Permalink
Set dust threshold to size threshold by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlu committed Sep 21, 2024
1 parent f46162a commit 96e406c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/set_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ def default_io_cmd(path):
else:
data["PARANOID"] = 0

if "WS_DUST_THRESHOLD" not in data:
data["WS_DUST_THRESHOLD"] = data["WS_SIZE_THRESHOLD"]

if "gsutil-secret.json" in data.get("MOUNT_SECRETS", []):
data["BOTO_CONFIG"] = "~/gsutil.boto"

Expand Down

0 comments on commit 96e406c

Please sign in to comment.