Increase the catatonia period. Loading large bands takes longer than
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 13 Sep 1993 18:38:57 +0000 (18:38 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 13 Sep 1993 18:38:57 +0000 (18:38 +0000)
15 seconds.

v7/src/microcode/ntsig.c

index adcb1b38af54f7a0ebfe2ac22e35b9c38cef8454..2a32645a947afe1e31dc4fbc9f4b9e63e2938ef0 100644 (file)
@@ -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);