mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
It's a watchdog, not a watchdong.
This commit is contained in:
@@ -833,7 +833,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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user