All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uk.num.numlib.internal.util.PopulatorRetryConfig Maven / Gradle / Ivy

package uk.num.numlib.internal.util;

public class PopulatorRetryConfig {
    public static int ERROR_RETRIES = 2;
    public static int[] RETRY_DELAYS = {5, 1, 2, 2, 5, 5, 5, 5};
    public static int[] ERROR_RETRY_DELAYS = {5, 5};

    private PopulatorRetryConfig() {

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy