diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-06-25 09:24:15 +0300 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-06-25 09:34:01 +0300 |
commit | e7b42e962124436a492d5ffd1a060cee042f486d (patch) | |
tree | 57a7c1a2fae33ca24dd058319d1f5bbce1da1355 /src/main.conf | |
parent | fb8105e36eee2dd8a0671a3fcc7cfe307acdaf7a (diff) | |
download | connman-e7b42e962124436a492d5ffd1a060cee042f486d.tar.gz connman-e7b42e962124436a492d5ffd1a060cee042f486d.tar.bz2 connman-e7b42e962124436a492d5ffd1a060cee042f486d.zip |
main.conf: Comment out example default values and add documentation
Diffstat (limited to 'src/main.conf')
-rw-r--r-- | src/main.conf | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/main.conf b/src/main.conf index ab21fd89..95fc7d44 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 |