MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / WatchdogTimeout

Method WatchdogTimeout

internal/loop/loop.go:592–596  ·  view source on GitHub ↗

WatchdogTimeout returns the current watchdog timeout duration.

()

Source from the content-addressed store, hash-verified

590
591// WatchdogTimeout returns the current watchdog timeout duration.
592func (l *Loop) WatchdogTimeout() time.Duration {
593 l.mu.Lock()
594 defer l.mu.Unlock()
595 return l.watchdogTimeout
596}

Calls

no outgoing calls