]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
change heart beat to two seconds
authorBastian Dehn <hhaalo@arcor.de>
Wed, 3 Apr 2024 14:35:53 +0000 (16:35 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Wed, 3 Apr 2024 14:35:53 +0000 (16:35 +0200)
src/kds_s2000w_heartbeat.c

index af6c87b2639c3d8e15c05e3a6f2188d05673300f..04241e4fca669c09a990664faac669f374e7d948 100644 (file)
@@ -6,7 +6,7 @@ pthread_t pwait;
 
 void* _wait_thread(void *args)
 {
-       sleep(1);
+       sleep(2);
        return NULL;
 }