summaryrefslogtreecommitdiffstats
path: root/default
diff options
context:
space:
mode:
authorAndreas Eversberg2010-03-17 10:43:04 +0100
committerAndreas Eversberg2010-03-17 10:43:04 +0100
commit882882e0e2f6c451c4b9a5aa8209aa60352049c9 (patch)
tree61c89cd1dffcbf509440c2174bdd6e6bbab1db8a /default
parentFixed output problems of error messages while parsing options.conf / gsm.conf. (diff)
downloadlcr-882882e0e2f6c451c4b9a5aa8209aa60352049c9.tar.gz
lcr-882882e0e2f6c451c4b9a5aa8209aa60352049c9.tar.xz
lcr-882882e0e2f6c451c4b9a5aa8209aa60352049c9.zip
Added 'polling' option to options.conf.
This is usefull to test if select loop causes problems and does not wake when it is required. If lcr seems not to wake up, try using 'polling' to disable select timer and use polling instead.
Diffstat (limited to 'default')
-rw-r--r--default/options.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/default/options.conf b/default/options.conf
index 64d0f27..e0e93a0 100644
--- a/default/options.conf
+++ b/default/options.conf
@@ -117,3 +117,6 @@
#
#gsm
+# Enable polling in main loop.
+# This feature is temporarily for test purpose. Don't enable it
+#polling