2014-06-26 00:04:33 +04:00
|
|
|
The ownCloud Client reads a configuration file. You can locate this configuration files 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:
|
2013-02-09 15:23:32 +04:00
|
|
|
``$HOME/Library/Application Support/ownCloud``
|
|
|
|
|
|
|
|
|
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
|
|
|
|
2014-06-26 00:04:33 +04:00
|
|
|
You can change the following configuration settings:
|
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
|
|
|
|
2014-06-26 00:04:33 +04:00
|
|
|
- ``maxLogLines`` (default: ``20000``) -- Specifies the maximum number of log lines displayed in the log window.
|
2013-02-09 15:23:32 +04:00
|
|
|
|