fix(docs): parameter promptDeleteAllFiles defaults to false not true
authorJosh <josh.t.richards@gmail.com>
Mon, 11 Mar 2024 13:27:53 +0000 (09:27 -0400)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Wed, 20 Mar 2024 09:09:39 +0000 (10:09 +0100)
The default was changed to false in #1201

Signed-off-by: Josh <josh.t.richards@gmail.com>
doc/conffile.rst

index 058826eeaea471d44e81a8c8f530446966c62a68..6451e8730ad41ccebcc86e50774c8c162f006ee0 100644 (file)
@@ -51,7 +51,7 @@ Some interesting values that can be set on the configuration file are:
 |                                  |                          | The client adjusts the chunk size until each chunk upload takes approximately this long.               |
 |                                  |                          | Set to 0 to disable dynamic chunk sizing.                                                              |
 +----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+
-| ``promptDeleteAllFiles``         | ``true``                 | If a UI prompt should ask for confirmation if it was detected that all files and folders were deleted. |
+| ``promptDeleteAllFiles``         | ``false``                 | If a UI prompt should ask for confirmation if it was detected that all files and folders were deleted. |
 +----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+
 | ``timeout``                      | ``300``                  | The timeout for network connections in seconds.                                                        |
 +----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+