Update config.json5
Browse files- config.json5 +1 -1
config.json5
CHANGED
|
@@ -343,7 +343,7 @@
|
|
| 343 |
// The number of workers to use for the web server. Use -1 to disable queueing.
|
| 344 |
"queue_concurrency_count": 1,
|
| 345 |
// Whether or not to automatically delete all uploaded files, to save disk space
|
| 346 |
-
"delete_uploaded_files":
|
| 347 |
|
| 348 |
// * General options *
|
| 349 |
|
|
|
|
| 343 |
// The number of workers to use for the web server. Use -1 to disable queueing.
|
| 344 |
"queue_concurrency_count": 1,
|
| 345 |
// Whether or not to automatically delete all uploaded files, to save disk space
|
| 346 |
+
"delete_uploaded_files": false,
|
| 347 |
|
| 348 |
// * General options *
|
| 349 |
|