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:
Alexey Kasyanchuk
2018-08-06 17:56:21 +03:00
parent 3743a60bec
commit e7b035a1a8
6 changed files with 68 additions and 33 deletions

View File

@ -185,6 +185,8 @@
"calculation": "calculation",
"removing": "removing",
"Torrents cleaned": "Torrents cleaned",
"or with hash": "or with hash"
"or with hash": "or with hash",
"Check torrent files intergrity": "Check torrent files intergrity",
"Enable database torrents files intergrity check on adding each torrent. Disable this will free some cpu usage on adding operation.": "Enable database torrents files intergrity check on adding each torrent. Disable this will free some cpu usage on adding operation."
}
}

View File

@ -185,6 +185,8 @@
"calculation": "подсчитывается",
"removing": "удаляется",
"Torrents cleaned": "Торренты очещены",
"or with hash": "или по хэшу"
"or with hash": "или по хэшу",
"Check torrent files intergrity": "Проверка целостности файлов",
"Enable database torrents files intergrity check on adding each torrent. Disable this will free some cpu usage on adding operation.": "Включить проверку целостности файлов в базе при добавлении каждого торрента. Отключение этой опции освободит некоторорое количество ресурсов процессора при добавлении."
}
}

View File

@ -185,6 +185,8 @@
"calculation": "calculation",
"removing": "removing",
"Torrents cleaned": "Torrents cleaned",
"or with hash": "or with hash"
"or with hash": "or with hash",
"Check torrent files intergrity": "Check torrent files intergrity",
"Enable database torrents files intergrity check on adding each torrent. Disable this will free some cpu usage on adding operation.": "Enable database torrents files intergrity check on adding each torrent. Disable this will free some cpu usage on adding operation."
}
}