From: Bastian Dehn Date: Wed, 3 Apr 2024 14:35:53 +0000 (+0200) Subject: change heart beat to two seconds X-Git-Tag: v1.0.0^2~28 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=f752bb528d71ced805f9c2b8d533c5eb3563b438;p=sane-kds-s2000w-net.git change heart beat to two seconds --- diff --git a/src/kds_s2000w_heartbeat.c b/src/kds_s2000w_heartbeat.c index af6c87b..04241e4 100644 --- a/src/kds_s2000w_heartbeat.c +++ b/src/kds_s2000w_heartbeat.c @@ -6,7 +6,7 @@ pthread_t pwait; void* _wait_thread(void *args) { - sleep(1); + sleep(2); return NULL; }