aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst
diff options
context:
space:
mode:
Diffstat (limited to 'hst')
-rw-r--r--hst/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/hst/config.go b/hst/config.go
index 9f4ee2f7..a0843aeb 100644
--- a/hst/config.go
+++ b/hst/config.go
@@ -67,8 +67,8 @@ type (
Hostname string `json:"hostname,omitempty"`
// Duration in nanoseconds to wait for after interrupting the initial process.
- // Defaults to [WaitDelayDefault] if less than or equals to zero,
- // or [WaitDelayMax] if greater than [WaitDelayMax].
+ // Defaults to [WaitDelayDefault] if zero, or [WaitDelayMax] if greater than [WaitDelayMax].
+ // Values lesser than zero is equivalent to zero, bypassing [WaitDelayDefault].
WaitDelay time.Duration `json:"wait_delay,omitempty"`
// Emit Flatpak-compatible seccomp filter programs.