bump watchdog pings from 20ms to 50ms
Signed-off-by: Caolán McNamara <caolan.mcnamara@collabora.com> Change-Id: Ib1add9a1e392e96ad9f92feffd518b92aeb6a81c
This commit is contained in:
parent
1f66dcf831
commit
038e278b03
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ public:
|
|||
}
|
||||
}
|
||||
}
|
||||
_condition.wait_for(guard, std::chrono::milliseconds(20));
|
||||
_condition.wait_for(guard, std::chrono::milliseconds(50));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue