2015-08-14 14:50:18 +03:00
The ownCloud Client reads a configuration file. You can locate this configuration file as follows:
2013-02-09 15:23:32 +04:00
2014-09-18 13:44:25 +04:00
On Linux distributions:
2013-02-09 15:23:32 +04:00
`` $HOME/.local/share/data/ownCloud/owncloud.cfg ``
2014-09-18 13:44:25 +04:00
On Microsoft Windows systems:
2013-02-09 15:23:32 +04:00
`` %LOCALAPPDATA%\ownCloud\owncloud.cfg ``
2014-09-18 13:44:25 +04:00
On MAC OS X systems:
2016-07-12 15:29:05 +03:00
`` $HOME/Library/Application Support/ownCloud/owncloud.cfg ``
2013-02-09 15:23:32 +04:00
2014-06-26 00:04:33 +04:00
The configuration file contains settings using the Microsoft Windows .ini file
format. You can overwrite changes using the ownCloud configuration dialog.
2013-02-09 15:23:32 +04:00
2014-06-26 00:04:33 +04:00
.. note :: Use caution when making changes to the ownCloud Client configuration
file. Incorrect settings can produce unintended results.
2013-02-09 15:23:32 +04:00
2017-01-11 13:25:03 +03:00
You can change the following configuration settings in the `` [ownCloud] `` section:
2013-02-09 15:23:32 +04:00
2014-06-26 00:04:33 +04:00
- `` remotePollInterval `` (default: `` 30000 `` ) -- Specifies the poll time for the remote repository in milliseconds.
2013-02-09 15:23:32 +04:00
2017-01-11 13:25:03 +03:00
- `` forceSyncInterval `` (default: `` 7200000 `` ) -- The duration of no activity after which a synchronization run shall be triggered automatically.
- `` notificationRefreshInterval `` (default: `` 300000 `` ) -- Specifies the default interval of checking for new server notifications in milliseconds.
You can change the following configuration settings in the `` [General] `` section:
2013-02-09 15:23:32 +04:00
2016-02-12 13:34:27 +03:00
- `` chunkSize `` (default: `` 5242880 `` ) -- Specifies the chunk size of uploaded files in bytes.
2016-03-21 17:04:54 +03:00
2016-04-04 11:40:33 +03:00
- `` promptDeleteAllFiles `` (default: `` true `` ) -- If a UI prompt should ask for confirmation if it was detected that all files and folders were deleted.
2017-01-11 13:25:03 +03:00
- `` maxLogLines `` (default: `` 20000 `` ) -- Specifies the maximum number of log lines displayed in the log window.
2016-04-04 11:40:33 +03:00
2017-01-11 13:25:03 +03:00
- `` timeout `` (default: `` 300 `` ) -- The timeout for network connections in seconds.