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:
0a09098
)
Increase the catatonia period. Loading large bands takes longer than
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Mon, 13 Sep 1993 18:38:57 +0000
(18:38 +0000)
committer
Guillermo 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
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ntsig.c
b/v7/src/microcode/ntsig.c
index adcb1b38af54f7a0ebfe2ac22e35b9c38cef8454..2a32645a947afe1e31dc4fbc9f4b9e63e2938ef0 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
3 1993/09/11 02:45
:57 gjr Exp $
+$Id: ntsig.c,v 1.1
4 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
15
000 /* msec */
+#define CATATONIA_PERIOD
30
000 /* msec */
#define ASYNC_TIMER_PERIOD 50 /* msec */
static void * timer_state = ((void *) NULL);