Azurite::Config
Shared configuration for Builder and Store
Constructors
new(db_path : String = DB_PATH_DEFAULT, retention_days : Int32 = RETENTION_DAYS_DEFAULT, max_size_mb : Int32 = MAX_SIZE_MB_DEFAULT, warning_size_mb : Int32 = WARNING_SIZE_MB_DEFAULT, hard_limit_mb : Int32 = HARD_LIMIT_MB_DEFAULT, max_content_bytes : Int32 = MAX_CONTENT_BYTES_DEFAULT, auto_cleanup_interval : Time::Span = AUTO_CLEANUP_INTERVAL_DEFAULT)
SourceInstance methods
auto_cleanup_interval
Sourceauto_cleanup_interval=(auto_cleanup_interval : Time::Span)
Sourcedb_path
Sourcehard_limit_mb
Sourcemax_content_bytes
Sourcemax_size_mb
Sourceretention_days
Sourcewarning_size_mb
Source