summaryrefslogtreecommitdiff
path: root/openwrt/rhctl
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-01-19 17:05:59 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-01-19 17:05:59 (GMT)
commitdf2cb7491e8f9a49bababb2fd49f3483a62733d5 (patch)
tree225fe3a422467d741bfab117067779f83ad77b87 /openwrt/rhctl
parent1dadaf7e0fe2884f9a0145a3df81094bf4fc6418 (diff)
switched from 15 to 25 for default heartbeat timeout
Diffstat (limited to 'openwrt/rhctl')
-rw-r--r--openwrt/rhctl/files/rhctl.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/rhctl/files/rhctl.config b/openwrt/rhctl/files/rhctl.config
index 1ca5a58..8634637 100644
--- a/openwrt/rhctl/files/rhctl.config
+++ b/openwrt/rhctl/files/rhctl.config
@@ -30,7 +30,7 @@ config 'heartbeatclient'
option command_sock '/var/run/rhctl/switchctl.sock'
option baudrate '38400'
option device '/dev/ttyHeartbeat'
- option timeout '15'
+ option timeout '25'
option led 'heartbeat'
config 'luaclient'