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

com.wavesplatform.settings.DBSettings.scala Maven / Gradle / Ivy

The newest version!
package com.wavesplatform.settings

case class DBSettings(
    directory: String,
    storeTransactionsByAddress: Boolean,
    storeLeaseStatesByAddress: Boolean,
    storeInvokeScriptResults: Boolean,
    storeStateHashes: Boolean,
    maxCacheSize: Int,
    maxRollbackDepth: Int,
    cleanupInterval: Option[Int] = None,
    rocksdb: RocksDBSettings,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy