diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-01-19 17:05:59 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-01-19 17:05:59 (GMT) |
commit | df2cb7491e8f9a49bababb2fd49f3483a62733d5 (patch) | |
tree | 225fe3a422467d741bfab117067779f83ad77b87 /openwrt | |
parent | 1dadaf7e0fe2884f9a0145a3df81094bf4fc6418 (diff) |
switched from 15 to 25 for default heartbeat timeout
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/rhctl/files/rhctl.config | 2 |
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' |