From: Samuel Ortiz Date: Fri, 1 Apr 2011 23:40:48 +0000 (+0200) Subject: configuration: Add a main.conf example X-Git-Tag: 0.73~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0203ef7e9a3ef398113b866c78f79f2c2b520ee8;p=platform%2Fupstream%2Fconnman.git configuration: Add a main.conf example --- diff --git a/src/main.conf b/src/main.conf new file mode 100644 index 0000000..b4144dd --- /dev/null +++ b/src/main.conf @@ -0,0 +1,7 @@ +[General] + +# 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