From: Guillermo J. Rozas Date: Tue, 7 Sep 1993 19:03:46 +0000 (+0000) Subject: Reduce catatonia timer to 15 sec. X-Git-Tag: 20090517-FFI~7895 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b149014ca9515dff9a3713ea0bee03cf177dd210;p=mit-scheme.git Reduce catatonia timer to 15 sec. --- diff --git a/v7/src/microcode/ntsig.c b/v7/src/microcode/ntsig.c index b4cd1c0bc..ca31944d2 100644 --- a/v7/src/microcode/ntsig.c +++ b/v7/src/microcode/ntsig.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ntsig.c,v 1.10 1993/09/04 07:08:22 gjr Exp $ +$Id: ntsig.c,v 1.11 1993/09/07 19:03:46 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 60000 /* msec */ +#define CATATONIA_PERIOD 15000 /* msec */ #define ASYNC_TIMER_PERIOD 50 /* msec */ static void * timer_state = ((void *) NULL);