Changeset 6b3896c
- Timestamp:
- May 30, 2019 12:16:12 PM (20 months ago)
- Branches:
- master
- Children:
- f049319
- Parents:
- 652c3d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/i2ptunnel/java/src/net/i2p/i2ptunnel/TunnelController.java
r652c3d5 r6b3896c 99 99 public static final String PROP_MAX_STREAMS = "i2p.streaming.maxConcurrentStreams"; 100 100 public static final String PROP_LIMITS_SET = "i2p.streaming.limitsManuallySet"; 101 public static final int DEFAULT_MAX_CONNS_MIN = 1 0;101 public static final int DEFAULT_MAX_CONNS_MIN = 15; 102 102 public static final int DEFAULT_MAX_CONNS_HOUR = 40; 103 103 public static final int DEFAULT_MAX_CONNS_DAY = 100;
Note: See TracChangeset
for help on using the changeset viewer.