diff --git a/web/src/components/Settings.js b/web/src/components/Settings.js
index 7f57fd7..51ec7ef 100644
--- a/web/src/components/Settings.js
+++ b/web/src/components/Settings.js
@@ -129,6 +129,8 @@ export default function SettingsDialog() {
} label="Disable DHT" />
+ } label="Disable PEX" />
+
} label="Disable upload" />
@@ -136,13 +138,6 @@ export default function SettingsDialog() {
-
- Strategy
-
>
)}
@@ -159,22 +154,3 @@ export default function SettingsDialog() {
)
}
-/*
-{
- "CacheSize": 209715200,
- "PreloadBufferSize": 20971520,
- "RetrackersMode": 1,
- "TorrentDisconnectTimeout": 30,
- "EnableIPv6": false,
- "DisableTCP": false,
- "DisableUTP": true,
- "DisableUPNP": false,
- "DisableDHT": false,
- "DisableUpload": false,
- "DownloadRateLimit": 0,
- "UploadRateLimit": 0,
- "ConnectionsLimit": 20,
- "DhtConnectionLimit": 500,
- "PeersListenPort": 0
-}
- */