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:
@ -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."
|
||||
}
|
||||
}
|
@ -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.": "Включить проверку целостности файлов в базе при добавлении каждого торрента. Отключение этой опции освободит некоторорое количество ресурсов процессора при добавлении."
|
||||
}
|
||||
}
|
@ -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."
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user