perf(torrents): ability to disable integrity check on torrents adding torrents #47
This option will optimize db usage performance on big databases
This commit is contained in:
@ -59,6 +59,7 @@ let config = {
|
||||
cleanupDiscLimit: 7 * 1024 * 1024 * 1024,
|
||||
spaceQuota: false,
|
||||
spaceDiskLimit: 7 * 1024 * 1024 * 1024,
|
||||
recheckFilesOnAdding: true,
|
||||
|
||||
dbPath: '',
|
||||
|
||||
|
Reference in New Issue
Block a user