From a0e1495bd63c42bed6843721c7fc752d5432f9ba Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Mon, 21 Mar 2011 17:13:12 +0100 Subject: [PATCH] wmbiff: Raise sleep interval to 20 secs Signed-off-by: Carlos R. Mafra --- wmbiff-0.4.27/wmbiff/wmbiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmbiff-0.4.27/wmbiff/wmbiff.c b/wmbiff-0.4.27/wmbiff/wmbiff.c index 714f7db..25ecfbe 100644 --- a/wmbiff-0.4.27/wmbiff/wmbiff.c +++ b/wmbiff-0.4.27/wmbiff/wmbiff.c @@ -49,7 +49,7 @@ static const int wmbiff_mask_width = 64; #define CHAR_HEIGHT 7 #define BLINK_TIMES 8 -#define DEFAULT_SLEEP_INTERVAL 5000 +#define DEFAULT_SLEEP_INTERVAL 20000 #define BLINK_SLEEP_INTERVAL 200 #define DEFAULT_LOOP 5 -- 2.11.4.GIT