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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2019-08-12 13:44:08 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-12-15 12:58:55 +0300
commit18e1098e3849609f2f579137125caf06b8aca7d6 (patch)
treebab2b295e08e3c64959a0ca1464d741d76b342e8 /doc
parentea829f96cad1a3ee794cffd024e6eec3bca81e59 (diff)
Remove maxLogLines config option
It's no longer used. For owncloud/docs#1365
Diffstat (limited to 'doc')
-rw-r--r--doc/conffile.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/conffile.rst b/doc/conffile.rst
index 87eeccaa3..b5fa66157 100644
--- a/doc/conffile.rst
+++ b/doc/conffile.rst
@@ -51,8 +51,6 @@ Some interesting values that can be set on the configuration file are:
+---------------------------------+------------------------+--------------------------------------------------------------------------------------------------------+
| ``promptDeleteAllFiles`` | ``true`` | If a UI prompt should ask for confirmation if it was detected that all files and folders were deleted. |
+---------------------------------+------------------------+--------------------------------------------------------------------------------------------------------+
-| ``maxLogLines`` | ``20000`` | Specifies the maximum number of log lines displayed in the log window. |
-+---------------------------------+------------------------+--------------------------------------------------------------------------------------------------------+
| ``timeout`` | ``300`` | The timeout for network connections in seconds. |
+---------------------------------+------------------------+--------------------------------------------------------------------------------------------------------+
| ``moveToTrash`` | ``false`` | If non-locally deleted files should be moved to trash instead of deleting them completely. |