From 3bde24a653628aa4b055a22b9ce96114dafe2f50 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 2 Aug 2019 16:11:06 +1000 Subject: [PATCH] Double preallocate_all in page --- Web-API-Documentation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Web-API-Documentation.md b/Web-API-Documentation.md index b0df077..28af6a0 100644 --- a/Web-API-Documentation.md +++ b/Web-API-Documentation.md @@ -338,7 +338,6 @@ Property | Type | Description `mail_notification_password` | string | Password for smtp authentication `autorun_enabled` | bool | True if external program should be run after torrent has finished downloading `autorun_program` | string | Program path/name/arguments to run if `autorun_enabled` is enabled; path is separated by slashes; you can use `%f` and `%n` arguments, which will be expanded by qBittorent as path_to_torrent_file and torrent_name (from the GUI; not the .torrent file name) respectively -`preallocate_all` | bool | True if file preallocation should take place, otherwise sparse files are used `queueing_enabled` | bool | True if torrent queuing is enabled `max_active_downloads` | integer | Maximum number of active simultaneous downloads `max_active_torrents` | integer | Maximum number of active simultaneous downloads and uploads