aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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