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