2025-03-18 21:06:03 +01:00
|
|
|
### sync-config
|
2025-04-02 11:02:05 +02:00
|
|
|
Controls sync configuration.
|
2025-03-18 21:06:03 +01:00
|
|
|
|
2025-04-02 11:02:05 +02:00
|
|
|
Usage: `sync-config [--delayed-uploads-wait-seconds | --delayed-uploads-max-attempts]`
|
2025-03-18 21:06:03 +01:00
|
|
|
<pre>
|
2025-04-02 11:02:05 +02:00
|
|
|
Displays current configuration.
|
2025-03-18 21:06:03 +01:00
|
|
|
|
2025-04-02 11:02:05 +02:00
|
|
|
New uploads for files that change frequently in syncs may be delayed until a wait time passes to avoid wastes of computational resources.
|
|
|
|
Delay times and number of changes may change overtime
|
2025-03-18 21:06:03 +01:00
|
|
|
Options:
|
2025-04-02 11:02:05 +02:00
|
|
|
--delayed-uploads-wait-seconds Shows the seconds to be waited before a file that's being delayed is uploaded again.
|
|
|
|
--delayed-uploads-max-attempts Shows the max number of times a file can change in quick succession before it starts to get delayed.
|
2025-03-18 21:06:03 +01:00
|
|
|
</pre>
|