Configuration File
Introduction
The ownCloud Desktop App uses a configuration file. It has several sections for particular settings. You will find more sections in the configuration file than described here. Do not change any of those settings except support advises you to do so.
Location of the Configuration File
The location of the configuration file depends on the operating system used. You can locate this configuration file as follows:
System | Location |
---|---|
Linux |
|
Microsoft Windows |
|
macOS |
|
The configuration file contains settings using the Microsoft Windows .ini file format. You can overwrite changes using the ownCloud configuration dialog.
Use caution when making changes to the ownCloud Desktop App configuration file. Incorrect settings can produce unintended results. |
Section [ownCloud]
See the Clarification of Terms Used for an in-depth explanation. Note that the default values are always set and used unless you change them.
Variable | Default | Meaning |
---|---|---|
|
|
The interval in milliseconds after the last sync the Desktop app polls the server for changes. If not set explicitly via the Desktop app, the Desktop app queries the server if a server-side default is present. |
|
|
The interval in milliseconds after which a synchronization is triggered automatically if no regular synchronization activity took place. This enforcement ensures that there is a mandatory synchronization independent of the server’s polling response. |
|
|
The interval in milliseconds after which the Desktop app will perform a full local discovery. Any changes found trigger a synchronization. |
|
|
The interval in milliseconds in which the Desktop app checks the server for new notifications. |
Section [General]
Variable | Default | Meaning |
---|---|---|
|
|
Specifies the initial chunk size of uploaded files in bytes. The Desktop App will dynamically adjust this size within the maximum and minimum bounds (see below). |
|
|
Specifies the maximum chunk size of uploaded files in bytes. |
|
|
Specifies the minimum chunk size of uploaded files in bytes. |
|
|
Target duration in milliseconds for chunk uploads. The Desktop App adjusts the chunk size until each chunk upload takes approximately this long. Set to 0 to disable dynamic chunk sizing. |
|
|
If a UI prompt should ask for confirmation if it was detected that all files and folders were deleted. |
|
|
Whether to show the crash reporter when a crash occurs. |
|
|
The timeout for network connections in seconds. |
|
|
If non-locally deleted files should be moved to trash instead of deleting them completely. This option only works on linux |
|
|
Whether to show experimental options that are still undergoing testing in the user interface. Turning this on does not enable experimental behavior on its own. It does enable user interface options that can be used to opt in to experimental features. |