nextcloud-desktop/doc/conffile.rst

25 lines
967 B
ReStructuredText
Raw Normal View History

2014-06-26 00:04:33 +04:00
The ownCloud Client reads a configuration file. You can locate this configuration files as follows:
2014-09-18 13:44:25 +04:00
On Linux distributions:
``$HOME/.local/share/data/ownCloud/owncloud.cfg``
2014-09-18 13:44:25 +04:00
On Microsoft Windows systems:
``%LOCALAPPDATA%\ownCloud\owncloud.cfg``
2014-09-18 13:44:25 +04:00
On MAC OS X systems:
``$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.
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.
You can change the following configuration settings (must be under the ``[ownCloud]`` section)
2014-06-26 00:04:33 +04:00
- ``remotePollInterval`` (default: ``30000``) -- Specifies the poll time for the remote repository in milliseconds.
2014-06-26 00:04:33 +04:00
- ``maxLogLines`` (default: ``20000``) -- Specifies the maximum number of log lines displayed in the log window.