Module Tjr_kv.Kv_config_runtime

module Config_type : sig ... end
include Config_type
type config = {
tst_thrd_yld_its : int;

iters between yields

tst_thrd_dly_its : int;

iters before maybe sleeping

tst_thrd_dly : float;

secs to delay, proportionality cst

lru_max_size : int;
lru_evict_count : int;
filename : string;

store filename

pcache_blocks_limit : int;

max blocks before detaching

}
val config_to_yojson : config -> Yojson.Safe.t
val config_of_yojson : Yojson.Safe.t -> config Ppx_deriving_yojson_runtime.error_or
val _ : config -> Yojson.Safe.t
val _ : Yojson.Safe.t -> config Ppx_deriving_yojson_runtime.error_or
module S : sig ... end
include sig ... end
val config : S.config lazy_t
val profiling_enabled : bool