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

com.eventstore.dbclient.Consts Maven / Gradle / Ivy

package com.eventstore.dbclient;

public class Consts {
    public static long DEFAULT_KEEP_ALIVE_TIMEOUT_IN_MS = 10000; // 10secs
    public static long DEFAULT_KEEP_ALIVE_INTERVAL_IN_MS = 10000; // 10secs
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy