package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Various configuration options for jenga meant for development or debugging, not for casual users. These are specified as an sexp in the env var "JENGA_OPTIONS".

type t = {
  1. cycle_checking_interval : Core.Time.Span.t option;
  2. fd_close_timeout : Core.Time.Span.t;
  3. sigstop_on_thread_pool_stuck : bool;
  4. compact_and_save_delay : Core.Time.Span.t;
  5. turn_off_db_saves : bool;
  6. turn_off_mtimes_check : bool;
}
val t : t