From: Patrik Flykt Date: Mon, 25 Jun 2012 06:24:15 +0000 (+0300) Subject: main.conf: Comment out example default values and add documentation X-Git-Tag: 2.0_alpha~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7b42e962124436a492d5ffd1a060cee042f486d;hp=fb8105e36eee2dd8a0671a3fcc7cfe307acdaf7a;p=framework%2Fconnectivity%2Fconnman.git main.conf: Comment out example default values and add documentation --- diff --git a/src/main.conf b/src/main.conf index ab21fd8..95fc7d4 100644 --- a/src/main.conf +++ b/src/main.conf @@ -5,20 +5,20 @@ # after certain amount of time. Use this setting to # increase the value in case of different user # interface designs. -InputRequestTimeout = 120 +# 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 +# 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 # mechanism starting from 10s up to 5 minutes will run. -BackgroundScanning = true +# BackgroundScanning = true # List of Fallback timeservers separated by ",". # These timeservers are used for NTP sync when there are @@ -55,5 +55,6 @@ BackgroundScanning = true # List of blacklisted network interfaces separated by ",". # Found interfaces will be compared to the list and will # not be handled by connman, if their first characters -# match any of the list entries. -NetworkInterfaceBlacklist = vmnet,vboxnet,virbr +# match any of the list entries. Default value is +# vmnet,vboxnet,virbr. +# NetworkInterfaceBlacklist = vmnet,vboxnet,virbr