infrastructure-tests/src/test/java/org/gcube/accounting/analytics/persistence/couchbase/Constant.java

18 lines
411 B
Java

package org.gcube.accounting.analytics.persistence.couchbase;
/**
* @author Alessandro Pieve (ISTI - CNR)
*
*/
public class Constant {
public static final Integer CONNECTION_TIMEOUT=15;
public static final Integer NUM_RETRY=6;
public static final Integer CONNECTION_TIMEOUT_BUCKET=15;
public static final Integer VIEW_TIMEOUT_BUCKET=120;
public static final Integer MAX_REQUEST_LIFE_TIME=120;
}