I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit edc9d6fe authored by zzz's avatar zzz
Browse files

NTCP: Reduce max writer threads

parent a089156a
No related branches found
No related tags found
No related merge requests found
......@@ -825,7 +825,7 @@ public class NTCPTransport extends TransportImpl {
private static final int MIN_CONCURRENT_READERS = 2; // unless < 32MB
private static final int MIN_CONCURRENT_WRITERS = 2; // unless < 32MB
private static final int MAX_CONCURRENT_READERS = 4;
private static final int MAX_CONCURRENT_WRITERS = 4;
private static final int MAX_CONCURRENT_WRITERS = 3;
/**
* Called by TransportManager.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment