remove AcceptPeerCon

This commit is contained in:
YouROK
2021-08-16 12:02:36 +03:00
parent 086b30dc95
commit 2b76cd15f7
2 changed files with 0 additions and 7 deletions

View File

@@ -8,7 +8,6 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
const { t } = useTranslation()
const {
AcceptPeerCon,
RetrackersMode,
TorrentDisconnectTimeout,
EnableIPv6,
@@ -85,11 +84,6 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
label={t('SettingsDialog.DHT')}
labelPlacement='start'
/>
<FormControlLabel
control={<Switch checked={AcceptPeerCon} onChange={inputForm} id='AcceptPeerCon' color='secondary' />}
label={t('SettingsDialog.AcceptPeerCon')}
labelPlacement='start'
/>
<br />
<TextField
onChange={inputForm}

View File

@@ -1,5 +1,4 @@
export default {
AcceptPeerCon: true,
CacheSize: 96,
ReaderReadAHead: 95,
UseDisk: false,