Extended catatonia timeout to 120s - much more reasonable on slow
authorStephen Adams <edu/mit/csail/zurich/adams>
Thu, 19 May 1994 00:05:14 +0000 (00:05 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Thu, 19 May 1994 00:05:14 +0000 (00:05 +0000)
machines.

v7/src/microcode/ntsig.c

index df16e4a4338dce46c30107fd7a256a0540c9ae4e..6d7cd10488d0b340968fdea72bbf37df5160ca40 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: ntsig.c,v 1.15 1993/10/26 03:04:10 jawilson Exp $
+$Id: ntsig.c,v 1.16 1994/05/19 00:05:14 adams 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       30000   /* msec */
+#define CATATONIA_PERIOD       120000  /* msec */
 #define ASYNC_TIMER_PERIOD     50      /* msec */
 
 static void * timer_state = ((void *) NULL);