package octez-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type indexing_strategy = [
  1. | `Minimal
  2. | `Always
]
type t = {
  1. verbosity : [ `Default | `Info | `Debug ];
  2. index_log_size : int;
  3. lru_size : int;
  4. auto_flush : int;
  5. indexing_strategy : indexing_strategy;
}
val index_log_size : int
val lru_size : int
val auto_flush : int
val default : t
val max_verbosity : [> `Debug | `Info ] -> [> `Debug | `Info ] -> [> `Debug | `Default | `Info ]
val v : t
OCaml

Innovation. Community. Security.