Skip to content

Commit

Permalink
Merge pull request #39 from plundstr/master
Browse files Browse the repository at this point in the history
Made WD timeout longer
  • Loading branch information
Pekka Lundstrom committed Nov 7, 2013
2 parents d033a19 + 9c97ca2 commit 273a310
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
# Package name and version
AC_INIT(dsme, 0.63.5)
AC_INIT(dsme, 0.63.6)

AM_INIT_AUTOMAKE

Expand Down
6 changes: 3 additions & 3 deletions dsme/dsme-wdd-wd.h
Expand Up @@ -29,11 +29,11 @@

// Period for kicking; i.e. how soon the quickest watchdog will bite.
// NOTE: This must be picked from the wd[] array in dsme-wdd-wd.c!
#define DSME_SHORTEST_WD_PERIOD 14 // seconds
#define DSME_SHORTEST_WD_PERIOD 20 // seconds

// Period for heartbeat; i.e. how often we wakeup to kick watchdogs, etc.
// We take a 2 second window for kicking the watchdogs.
#define DSME_HEARTBEAT_INTERVAL (DSME_SHORTEST_WD_PERIOD - 2) // seconds
// We take a 8 second window for kicking the watchdogs.
#define DSME_HEARTBEAT_INTERVAL (DSME_SHORTEST_WD_PERIOD - 8) // seconds

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion rpm/dsme.spec
Expand Up @@ -13,7 +13,7 @@ Name: dsme
# << macros

Summary: Device State Management Entity
Version: 0.63.5
Version: 0.63.6
Release: 0
Group: System/System Control
License: LGPLv2+
Expand Down
2 changes: 1 addition & 1 deletion rpm/dsme.yaml
@@ -1,6 +1,6 @@
Name: dsme
Summary: Device State Management Entity
Version: 0.63.5
Version: 0.63.6
Release: 0
Group: System/System Control
License: LGPLv2+
Expand Down

0 comments on commit 273a310

Please sign in to comment.