| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e64625b commit b29ca82
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -686,7 +686,7 @@ public static final class Builder { | |||
| 686 | 686 | private static final Duration DEFAULT_TOTAL_TIMEOUT = Duration.ofSeconds(600); | |
| 687 | 687 | private static final Duration DEFAULT_INITIAL_RETRY_DELAY = Duration.ofMillis(100); | |
| 688 | 688 | private static final Duration DEFAULT_MAX_RETRY_DELAY = Duration.ofSeconds(60); | |
| 689 | - private static final double DEFAULT_MULTIPLIER = 1.3; | ||
| 689 | + private static final double DEFAULT_MULTIPLIER = 4; | ||
| 690 | 690 | static final BatchingSettings DEFAULT_BATCHING_SETTINGS = | |
| 691 | 691 | BatchingSettings.newBuilder() | |
| 692 | 692 | .setDelayThreshold(DEFAULT_DELAY_THRESHOLD) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments