• Nils Goroll's avatar
    default thread_pool_watchdog == default cli_timeout · dbc95669
    Nils Goroll authored
    Avoid (potential) issues due to the monotonic clock not advancing for ~10
    seconds such as for virtual machine snapshots or migrations.
    
    In such a scenario, we would kill a child after cli_timeout anyway, so
    using the same timeout by default for the watchdog also should reduce
    the additional risk implied by it.
    
    Ref	#2814
    dbc95669
mgt_pool.c 9.52 KB