mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 21:43:11 +00:00
14 lines
502 B
Plaintext
14 lines
502 B
Plaintext
# if set to true then on task delete/reset external file urls for known storage types are scheduled for async delete
|
|
# otherwise they are returned to a client for the client side delete
|
|
enabled: true
|
|
max_retries: 3
|
|
retry_timeout_sec: 60
|
|
|
|
fileserver {
|
|
# fileserver url prefixes. Evaluated in the order of priority
|
|
# Can be in the form <schema>://host:port/path or /path
|
|
url_prefixes: ["https://files.community-master.hosted.allegro.ai/"]
|
|
timeout_sec: 300
|
|
token_expiration_sec: 600
|
|
}
|