From 9d914c1015ac9a4f27f8bc1de11fbc1ce25953bb Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 23 May 2012 07:06:57 +0200 Subject: [PATCH] main.conf: Add InputRequestTimeout and BrowserLaunchTimeout --- src/main.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main.conf b/src/main.conf index fc6d8a6..e8ab393 100644 --- a/src/main.conf +++ b/src/main.conf @@ -1,5 +1,19 @@ [General] +# Set input request timeout. Default is 120 seconds +# The request for inputs like passphrase will timeout +# after certain amount of time. Use this setting to +# increase the value in case of different user +# interface designs. +InputRequestTimeout = 120 + +# Set browser launch timeout. Default is 300 seconds +# The request for launching a browser for portal pages +# will timeout after certain amount of time. Use this +# setting to increase the value in case of different +# user interface designs. +BrowserLaunchTimeout = 300 + # Enable background scanning. Default is true. # Background scanning will start every 5 minutes unless # the scan list is empty. In that case, a simple backoff -- 2.7.4