Skip to content

Commit

Permalink
fix(docs): parameter promptDeleteAllFiles defaults to false not true
Browse files Browse the repository at this point in the history
The default was changed to false in #1201 

Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored Mar 11, 2024
1 parent 0071daa commit bc0c09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conffile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
+----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit bc0c09b

Please sign in to comment.