mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFC r197011:
Increase AAC_CMD_TIMEOUT from 30s to 120s to help avoid spurious "COMMAND 0x........ TIMEOUT AFTER .. SECONDS" messages. Any commands that get truly stuck will still trigger the warning and the hardware health check, just a little bit later.
This commit is contained in:
parent
f94d7478f3
commit
55dd54d73f
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
|||
/*
|
||||
* Timeout for normal commands
|
||||
*/
|
||||
#define AAC_CMD_TIMEOUT 30 /* seconds */
|
||||
#define AAC_CMD_TIMEOUT 120 /* seconds */
|
||||
|
||||
/*
|
||||
* Rate at which we periodically check for timed out commands and kick the
|
||||
|
|
|
|||
Loading…
Reference in a new issue