Update home page and clearer Javadocs for CommandLineJobRunner.java
This commit is contained in:
@@ -153,7 +153,7 @@ public class ChunkMessageChannelItemWriter extends StepExecutionListenerSupport
|
||||
private boolean waitForResults() {
|
||||
// TODO: cumulative timeout, or throw an exception?
|
||||
int count = 0;
|
||||
int maxCount = 10;
|
||||
int maxCount = 40;
|
||||
while (localState.getExpecting() > 0 && count++ < maxCount) {
|
||||
getNextResult(100);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user