Client configuration settings for acd-cli. All the available options can be found here: https://acd-cli.readthedocs.io/en/latest/configuration.html#acd-client-ini.
Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))Default
{ }Example
{
endpoints = {
filename = "endpoint_data";
validity_duration = 259200;
};
transfer = {
chunk_retries = 1;
connection_timeout = 30;
dl_chunk_size = 524288000;
fs_chunk_size = 131072;
idle_timeout = 60;
};
}