diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-02-16 17:07:24 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-02-16 17:07:24 -0800 |
commit | bca5b6cedaaab8abe63d42e88c897ccd325656be (patch) | |
tree | 879658ba8193693c5a6041335261b9d92453f9ea /home/xyz/.bitmonero | |
parent | 3a82ff50b76370488c8b85ba87594bcc932de988 (diff) |
update
Diffstat (limited to 'home/xyz/.bitmonero')
-rw-r--r-- | home/xyz/.bitmonero/bitmonero.conf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/home/xyz/.bitmonero/bitmonero.conf b/home/xyz/.bitmonero/bitmonero.conf index 1bf64d60..01a2db27 100644 --- a/home/xyz/.bitmonero/bitmonero.conf +++ b/home/xyz/.bitmonero/bitmonero.conf @@ -1,8 +1,6 @@ -# School wifi max tested upload speed is 112.54 Mbps. 112.54*2=225.08 approximately equal to 27 MiB/s = 27648 KiB/s -# Multiply by 2 to consider sometimes internet may exceed the max allowed speed for a short amount of time before ISP slow it down. -limit-rate-up=27648 -# Home internet max download speed is 300 Mbps. 300*2=600 approximately equal to 72 MiB/s = 73728 KiB/s -limit-rate-down=73728 +# 1 Gbps \approx 122000 KiB/s +limit-rate-up=122000 +limit-rate-down=122000 # https://monerodocs.org/interacting/monero-config-file/#syntax # need =1 for options without value #p2p-use-ipv6=1 |