Karma::Config
Inherits Reference < Object
Constants
INSTANCE = Config.new
Instance methods
auth_token
Sourceauth_token=(auth_token : String | Nil)
Sourcedump_dir
Sourcedump_dir=(dump_dir : String)
Sourcedump_retention_per_tree
Sourcedump_retention_per_tree=(dump_retention_per_tree : Int32)
Sourcehost
Sourcehost=(host : String)
Sourceidempotency_max_age_seconds
Sourceidempotency_max_age_seconds=(idempotency_max_age_seconds : Int32)
Sourceidempotency_max_records
Sourceidempotency_max_records=(idempotency_max_records : Int32)
Sourceload_env!
Sourcelog
Sourcelog=(log : Bool)
Sourcemax_request_bytes
Sourcemax_request_bytes=(max_request_bytes : Int32)
Sourcemax_response_bytes
Sourcemax_response_bytes=(max_response_bytes : Int32)
Sourceport
Sourceport=(port : Int32)
Sourcequery_timeout_ms
Sourcequery_timeout_ms=(query_timeout_ms : Int32)
Sourceread_auth_token
Sourceread_auth_token=(read_auth_token : String | Nil)
Sourceread_timeout_seconds
Sourceread_timeout_seconds=(read_timeout_seconds : Int32)
Sourcereplication_batch_size
Sourcereplication_batch_size=(replication_batch_size : Int32)
Sourcereplication_poll_interval_ms
Sourcereplication_poll_interval_ms=(replication_poll_interval_ms : Int32)
Sourcereplication_source_host
Sourcereplication_source_host=(replication_source_host : String | Nil)
Sourcereplication_source_port
Sourcereplication_source_port=(replication_source_port : Int32)
Sourcereplication_token
Sourcereplication_token=(replication_token : String | Nil)
Sourcerestore
Sourcerestore=(restore : Bool)
Sourcerole
Sourcerole=(role : String)
Sourceshutdown_timeout_seconds
Sourceshutdown_timeout_seconds=(shutdown_timeout_seconds : Int32)
Sourcetcp_nodelay
Sourcetcp_nodelay=(tcp_nodelay : Bool)
Sourcevalidate!
Sourcewal
Sourcewal=(wal : Bool)
Sourcewal_batch_size
Sourcewal_batch_size=(wal_batch_size : Int32)
Sourcewal_batch_wait_microseconds
Sourcewal_batch_wait_microseconds=(wal_batch_wait_microseconds : Int32)
Sourcewal_fsync
Sourcewal_fsync=(wal_fsync : Bool)
Sourcewal_segment_bytes
Sourcewal_segment_bytes=(wal_segment_bytes : Int32)
Sourcewrite_timeout_seconds
Sourcewrite_timeout_seconds=(write_timeout_seconds : Int32)
Source