Add DELETE_CONFIRM_THRESHOLD option

This commit is contained in:
2023-10-20 17:32:34 -07:00
parent ca40cce9e9
commit 452c29ac95
4 changed files with 122 additions and 18 deletions

View File

@@ -3,3 +3,10 @@ DEFAULT_LIBS_DIR = "/dsc/seafile"
DEPRECATED_LIBS_DIR = "/data"
DEFAULT_USERNAME = "seafile"
STATUS_POLL_PERIOD = 1
AVAILABLE_SEAFCLI_OPTIONS = {
"delete_confirm_threshold",
"disable_verify_certificate",
"upload_limit",
"download_limit",
}