check shouldBundle only when its ready to be checked (duh)
This commit is contained in:
@ -129,12 +129,11 @@ public class OutboundClientMessageJob extends JobImpl {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_shouldBundle = getShouldBundle();
|
|
||||||
|
|
||||||
_overallExpiration = timeoutMs + _context.clock().now();
|
_overallExpiration = timeoutMs + _context.clock().now();
|
||||||
_status = new OutboundClientMessageStatus(msg);
|
_status = new OutboundClientMessageStatus(msg);
|
||||||
_nextStep = new NextStepJob();
|
_nextStep = new NextStepJob();
|
||||||
_lookupLeaseSetFailed = new LookupLeaseSetFailedJob();
|
_lookupLeaseSetFailed = new LookupLeaseSetFailedJob();
|
||||||
|
_shouldBundle = getShouldBundle();
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getName() { return "Outbound client message"; }
|
public String getName() { return "Outbound client message"; }
|
||||||
|
Reference in New Issue
Block a user