From e2f80fc674d167fbcfbab1e3535e43f114474967 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 13 Sep 1993 18:38:57 +0000 Subject: [PATCH] Increase the catatonia period. Loading large bands takes longer than 15 seconds. --- v7/src/microcode/ntsig.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/ntsig.c b/v7/src/microcode/ntsig.c index adcb1b38a..2a32645a9 100644 --- a/v7/src/microcode/ntsig.c +++ b/v7/src/microcode/ntsig.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ntsig.c,v 1.13 1993/09/11 02:45:57 gjr Exp $ +$Id: ntsig.c,v 1.14 1993/09/13 18:38:57 gjr Exp $ Copyright (c) 1992-1993 Massachusetts Institute of Technology @@ -408,7 +408,7 @@ DEFUN_VOID (OS_restartable_exit) INT_Global_1: Windows polling interrupt. */ -#define CATATONIA_PERIOD 15000 /* msec */ +#define CATATONIA_PERIOD 30000 /* msec */ #define ASYNC_TIMER_PERIOD 50 /* msec */ static void * timer_state = ((void *) NULL); -- 2.25.1