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

ityplatform.openam.openam-cassandra-datastore.15.1.3.source-code.application.conf Maven / Gradle / Ivy

The newest version!
datastax-java-driver {
	
	basic.request.timeout = 10 seconds
	basic.request.consistency = LOCAL_QUORUM
	basic.request.serial-consistency=LOCAL_SERIAL
	
	advanced.retry-policy.class = ConsistencyDowngradingRetryPolicy
	
  	profiles {
	    cts {
	    	basic.request.timeout = 5 seconds
	    	basic.request.consistency = LOCAL_QUORUM
	    	basic.request.serial-consistency=LOCAL_SERIAL
	    }
	    repo {
	    	basic.request.timeout = 10 seconds
	    	basic.request.consistency = LOCAL_QUORUM
	    	basic.request.serial-consistency=LOCAL_SERIAL
	    }
  	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy