From 0203ef7e9a3ef398113b866c78f79f2c2b520ee8 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Sat, 2 Apr 2011 01:40:48 +0200 Subject: [PATCH] configuration: Add a main.conf example --- src/main.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main.conf 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 -- 2.7.4