Skip to content

Commit a3c2bfd

Browse files
committed
fix(clash): increase default update interval to 20 minutes
1 parent 029ccac commit a3c2bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/clash/clash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def main():
8787
setup_logging()
8888

8989
parser = argparse.ArgumentParser(description="Clash configuration and management script.")
90-
parser.add_argument("--minutes", type=int, default=10, help="Minutes between updates (default: 10)")
90+
parser.add_argument("--minutes", type=int, default=20, help="Minutes between updates (default: 20)")
9191
parser.add_argument("--iterations", type=int, default=1000, help="Number of iterations (default: 1000)")
9292
parser.add_argument(
9393
"--config-url",

0 commit comments

Comments
 (0)