From 3fc85290cfad90ba8a71e058f134361d8ead3667 Mon Sep 17 00:00:00 2001 From: Nikita Terentyev Date: Sun, 19 May 2024 01:15:27 +0400 Subject: [PATCH] fix --- sleep/linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sleep/linux.go b/sleep/linux.go index 403aca3..b06c0e3 100644 --- a/sleep/linux.go +++ b/sleep/linux.go @@ -4,4 +4,4 @@ package sleep import "time" -const acq = 50 * time.Microsecond +const acq = 15 * time.Millisecond