Skip to content

Commit cd022f7

Browse files
committed
Merge branch 'fix-uploads' into 3.x
2 parents 03bd6cc + 88d1877 commit cd022f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudfoundry-util/src/main/java/org/cloudfoundry/util/DelayUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ private static Flux<?> getDelay(Duration minimum, Duration maximum, Instant fini
106106
return Mono
107107
.delay(delay)
108108
.doOnSubscribe(logDelay(delay));
109-
}, 1);
109+
});
110110
}
111111

112112
private static Consumer<Subscription> logDelay(Duration delay) {

0 commit comments

Comments
 (0)