Skip to content

Commit

Permalink
Updated Watchdog Time to BRIDGE*12
Browse files Browse the repository at this point in the history
  • Loading branch information
mochimodev authored Jul 2, 2019
1 parent c897ac0 commit dcc186c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
/* NEWYEAR trigger */
#define NEWYEAR(bnum) (get32(bnum) >= V23TRIGGER || get32(bnum+4) != 0)

#define WATCHTIME (BRIDGE*2+1) /* Default minimum watchdog time for -w switch */
#define WATCHTIME (BRIDGE*12+1) /* Default minimum watchdog time for -w switch */
#define BRIDGE 949 /* Trouble time -- Edit for testing */
#define TIMES_OF_TROUBLE() (Ltime >= Bridgetime \
&& Cblocknum[0] != 0xfe \
Expand Down

0 comments on commit dcc186c

Please sign in to comment.