We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d441586 commit 13c60b4Copy full SHA for 13c60b4
src/main/java/org/fluentd/logger/sender/ExponentialDelayReconnector.java
@@ -3,7 +3,7 @@
3
import java.util.LinkedList;
4
5
/**
6
- * Calculates exponential delay for reconnecting. The start delay is 50ms and exponentionally grows to max 60 seconds in
+ * Calculates exponential delay for reconnecting. The start delay is 50ms and exponentially grows to max 60 seconds in
7
* function of the number of connection errors.
8
*/
9
public class ExponentialDelayReconnector implements Reconnector {
0 commit comments