diff options
Diffstat (limited to 'server/monitor.c')
-rw-r--r-- | server/monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/monitor.c b/server/monitor.c index 5a79c75c..bddc0d48 100644 --- a/server/monitor.c +++ b/server/monitor.c @@ -39,7 +39,7 @@ static int start_service(const char *name, const char *command, pid_t *retpid); /* ping time cannot be less then once every few seconds or the * monitor will get crazy hammering children with messages */ -#define MONITOR_MIN_PING_TIME 15 +#define MONITOR_MIN_PING_TIME 10 struct mt_conn { struct sbus_conn_ctx *conn_ctx; |