--- src/main.conf | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-)
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 -- 1.7.7.6 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
