mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
remove AnnTorrentsToDht opt
have issues on disable
This commit is contained in:
@@ -9,7 +9,6 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
|
||||
|
||||
const {
|
||||
AcceptPeerCon,
|
||||
AnnTorrentsToDht,
|
||||
RetrackersMode,
|
||||
TorrentDisconnectTimeout,
|
||||
EnableIPv6,
|
||||
@@ -86,11 +85,6 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
|
||||
label={t('SettingsDialog.DHT')}
|
||||
labelPlacement='start'
|
||||
/>
|
||||
<FormControlLabel
|
||||
control={<Switch checked={AnnTorrentsToDht} onChange={inputForm} id='AnnTorrentsToDht' color='secondary' />}
|
||||
label={t('SettingsDialog.AnnTorrentsToDht')}
|
||||
labelPlacement='start'
|
||||
/>
|
||||
<FormControlLabel
|
||||
control={<Switch checked={AcceptPeerCon} onChange={inputForm} id='AcceptPeerCon' color='secondary' />}
|
||||
label={t('SettingsDialog.AcceptPeerCon')}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
export default {
|
||||
AcceptPeerCon: true,
|
||||
AnnTorrentsToDht: true,
|
||||
CacheSize: 96,
|
||||
ReaderReadAHead: 95,
|
||||
UseDisk: false,
|
||||
|
||||
Reference in New Issue
Block a user