From c4caf3ae821ff85b6004df540ec7d05591f692a0 Mon Sep 17 00:00:00 2001
From: YouROK <8yourok8@mail.ru>
Date: Sat, 20 Feb 2021 09:39:28 +0300
Subject: [PATCH] update web settings
---
web/src/components/Settings.js | 28 ++--------------------------
1 file changed, 2 insertions(+), 26 deletions(-)
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
-}
- */