Update home page and clearer Javadocs for CommandLineJobRunner.java

This commit is contained in:
dsyer
2008-06-26 15:15:15 +00:00
parent 9df6431654
commit a78a09c55e
3 changed files with 37 additions and 39 deletions

View File

@@ -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);
}