bugger it, for consistency, always include the reply leaseSet with a message (later, when we want to optimize the bandwidth requirements, we can revisit)

This commit is contained in:
jrandom
2004-07-02 16:59:37 +00:00
committed by zzz
parent 3996cd1f08
commit 219a704ee0

View File

@ -91,7 +91,7 @@ public class OutboundClientMessageJob extends JobImpl {
* How often do messages include the reply leaseSet (out of every 100 tries). * How often do messages include the reply leaseSet (out of every 100 tries).
* Including it each time is probably overkill, but who knows. * Including it each time is probably overkill, but who knows.
*/ */
private static final int BUNDLE_PROBABILITY_DEFAULT = 80; private static final int BUNDLE_PROBABILITY_DEFAULT = 100;
/** /**
* Send the sucker * Send the sucker