Up
Module
Jenga_options
Signature
type
t = {
sigstop_on_thread_pool_stuck
: bool
;
turn_off_mtimes_check
: bool
;
turn_off_db_saves
: bool
;
cycle_checking_interval
:
Core.Std.Time.Span.t
option
;
fd_close_timeout
:
Core.Std.Time.Span.t
;
}
val
t :
t