clan-cli: upload.py -> Replace rsync with native ssh command

This commit is contained in:
Qubasa
2024-11-15 22:03:47 +07:00
parent c3bf6d719a
commit 26730cd662
12 changed files with 173 additions and 101 deletions

View File

@@ -113,6 +113,6 @@ def profile(func: Callable) -> Callable:
raise
return res
if os.getenv("PERF", "0") == "1":
if os.getenv("CLAN_CLI_PERF", "0") == "1":
return wrapper
return func