You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Would you please explain what is the meaning of this two parameters:
client/src/main/java/com/influxdb/client/WriteOptions.java
public static final int DEFAULT_RETRY_INTERVAL = 5000;
public static final int DEFAULT_MAX_RETRIES = 5;
1-5000 second or milisecond?
2-try 5 times in row then after 5000 second do this again and again?
3-each 5000 second try one time, do this 5 time and will not retry anymore?