From 894b94fd2d2fe6f94c3b629eb813f0bf75001ae5 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Fri, 17 Jan 2020 23:14:09 +0100 Subject: fix join timeout if sleep interval is not a multiple --- etc/firejail.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/firejail.config') diff --git a/etc/firejail.config b/etc/firejail.config index 3bff2f7ed..6fb7d829a 100644 --- a/etc/firejail.config +++ b/etc/firejail.config @@ -62,9 +62,9 @@ # root user can always join sandboxes. # join yes -# Timeout when joining a sandbox, default five seconds. Wait up to -# the specified period of time to allow sandbox setup to finish. -# It is not possible to join a sandbox while it is still starting up. +# Timeout when joining a sandbox, default five seconds. It is not +# possible to join a sandbox while it is still starting up. Wait up +# to the specified period of time to allow sandbox setup to finish. # join-timeout 5 # Enable or disable sandbox name change, default enabled. -- cgit v1.2.3-54-g00ecf