Welcome to mirror list, hosted at ThFree Co, Russian Federation.

conffile.rst « doc - github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5295bbf843b87ea02cffe9a15832cd44d68236f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
The ownCloud Client reads a configuration file.  You can locate this configuration files as follows:

On Linux distributions:
        ``$HOME/.local/share/data/ownCloud/owncloud.cfg``

On Microsoft Windows systems:
        ``%LOCALAPPDATA%\ownCloud\owncloud.cfg``

On MAC OS X systems:
        ``$HOME/Library/Application Support/ownCloud``


The configuration file contains settings using the Microsoft Windows .ini file
format. You can overwrite changes using the ownCloud configuration dialog.

.. 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:

- ``remotePollInterval`` (default: ``30000``) -- Specifies the poll time for the remote repository in milliseconds.

- ``maxLogLines`` (default:  ``20000``) -- Specifies the maximum number of log lines displayed in the log window.