summaryrefslogtreecommitdiff
path: root/src/main.conf
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2011-04-02 01:40:48 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-04-02 01:40:48 +0200
commit0203ef7e9a3ef398113b866c78f79f2c2b520ee8 (patch)
tree3563f64a4417dfd6c3e926fd838d790619247487 /src/main.conf
parentd6a8190836330d68f64b78c95303133b36d8b26b (diff)
downloadconnman-0203ef7e9a3ef398113b866c78f79f2c2b520ee8.tar.gz
connman-0203ef7e9a3ef398113b866c78f79f2c2b520ee8.tar.bz2
connman-0203ef7e9a3ef398113b866c78f79f2c2b520ee8.zip
configuration: Add a main.conf example
Diffstat (limited to 'src/main.conf')
-rw-r--r--src/main.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.conf b/src/main.conf
new file mode 100644
index 00000000..b4144ddc
--- /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