diff --git a/apps/streaming/java/src/net/i2p/client/streaming/Connection.java b/apps/streaming/java/src/net/i2p/client/streaming/Connection.java index 7b28db915754424b385e07a69ab46ea6d0b269e3..6abcf6b7af0354af9289cc419dcaf9ff1ab615b8 100644 --- a/apps/streaming/java/src/net/i2p/client/streaming/Connection.java +++ b/apps/streaming/java/src/net/i2p/client/streaming/Connection.java @@ -777,7 +777,7 @@ class Connection { * this may make the next time sooner but will not make it later. * If the next send time is currently < 0 (i.e. "never"), * this will set it to the time specified, but not later than - * options.getSendAckDelay() from now (2000 ms) + * options.getSendAckDelay() from now (1000 ms) */ public void setNextSendTime(long when) { if (_nextSendTime >= 0) {