aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-02-13 17:30:40 +0000
committertobtoht <tob@featherwallet.org>2025-02-13 17:30:40 +0000
commitbea29939125c8e85cc266b46ebd0b07b0eb04747 (patch)
treea3de640ba210608025ddac2896d3816b79128cb4 /src
parent632eceb172d2f2df907ec3ad019104ecb1cc9738 (diff)
parent66c2fe12cd57d96e4f912f5f57eed148fb9b06ec (diff)
downloadmonzero-core-bea29939125c8e85cc266b46ebd0b07b0eb04747.tar.gz
monzero-core-bea29939125c8e85cc266b46ebd0b07b0eb04747.tar.xz
monzero-core-bea29939125c8e85cc266b46ebd0b07b0eb04747.zip
Merge pull request #9771
66c2fe12c src: bump network speed 4x (nahuhh)
Diffstat (limited to 'src')
-rw-r--r--src/cryptonote_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h
index 61146a114..3077349fe 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -145,8 +145,8 @@
#define P2P_DEFAULT_WHITELIST_CONNECTIONS_PERCENT 70
#define P2P_DEFAULT_ANCHOR_CONNECTIONS_COUNT 2
#define P2P_DEFAULT_SYNC_SEARCH_CONNECTIONS_COUNT 2
-#define P2P_DEFAULT_LIMIT_RATE_UP 2048 // kB/s
-#define P2P_DEFAULT_LIMIT_RATE_DOWN 8192 // kB/s
+#define P2P_DEFAULT_LIMIT_RATE_UP 8192 // kB/s
+#define P2P_DEFAULT_LIMIT_RATE_DOWN 32768 // kB/s
#define P2P_FAILED_ADDR_FORGET_SECONDS (60*60) //1 hour
#define P2P_IP_BLOCKTIME (60*60*24) //24 hour