Skip to content

Commit da8f518

Browse files
committed
Merge branch '3.x' into main
2 parents b9b6383 + cd022f7 commit da8f518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)