mirror of
https://github.com/fluencelabs/redis
synced 2025-04-30 21:12:13 +00:00
It's a watchdog, not a watchdong.
This commit is contained in:
parent
ed48550fe6
commit
ccb500cf36
@ -834,7 +834,7 @@ void watchdogScheduleSignal(int period) {
|
||||
setitimer(ITIMER_REAL, &it, NULL);
|
||||
}
|
||||
|
||||
/* Enable the software watchdong with the specified period in milliseconds. */
|
||||
/* Enable the software watchdog with the specified period in milliseconds. */
|
||||
void enableWatchdog(int period) {
|
||||
int min_period;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user