projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd5e667
)
Extended catatonia timeout to 120s - much more reasonable on slow
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Thu, 19 May 1994 00:05:14 +0000
(
00:05
+0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Thu, 19 May 1994 00:05:14 +0000
(
00:05
+0000)
machines.
v7/src/microcode/ntsig.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ntsig.c
b/v7/src/microcode/ntsig.c
index df16e4a4338dce46c30107fd7a256a0540c9ae4e..6d7cd10488d0b340968fdea72bbf37df5160ca40 100644
(file)
--- a/
v7/src/microcode/ntsig.c
+++ b/
v7/src/microcode/ntsig.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: ntsig.c,v 1.1
5 1993/10/26 03:04:10 jawilson
Exp $
+$Id: ntsig.c,v 1.1
6 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);