about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--btpd/peer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/btpd/peer.h b/btpd/peer.h
index 725f0a0..7133986 100644
--- a/btpd/peer.h
+++ b/btpd/peer.h
@@ -12,7 +12,7 @@
 
 #define RATEHISTORY 20
 
-#define MAXPIPEDREQUESTS 5
+#define MAXPIPEDREQUESTS 10
 
 struct peer {
     int sd;