Skip to content
Snippets Groups Projects
Commit cd9ac781 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Decreased SYNC_TIMEOUT.

parent 7f51cde4
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: server-config.c,v 0.14 1991/09/22 08:24:48 ceder Exp $ * $Id: server-config.c,v 0.15 1992/02/21 00:50:32 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association. * Copyright (C) 1991 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <config.h> #include <config.h>
#include <m-config.h> #include <m-config.h>
static char *rcsid = "$Id: server-config.c,v 0.14 1991/09/22 08:24:48 ceder Exp $"; static char *rcsid = "$Id: server-config.c,v 0.15 1992/02/21 00:50:32 ceder Exp $";
...@@ -69,7 +69,7 @@ const int TIMEOUT = 100; /* Timeout to select() when totally idle. ...@@ -69,7 +69,7 @@ const int TIMEOUT = 100; /* Timeout to select() when totally idle.
in isc. */ in isc. */
const int GARBTIMEOUT = 100; /* Timeout to select() when garbing texts const int GARBTIMEOUT = 100; /* Timeout to select() when garbing texts
but not syncing. */ but not syncing. */
const int SYNCTIMEOUT = 10; /* Timeout to select() when syncing. */ const int SYNCTIMEOUT = 0; /* Timeout to select() when syncing. */
/* Times in minutes. */ /* Times in minutes. */
const int GARB_INTERVAL = 60*24; /* Minutes between deletion of const int GARB_INTERVAL = 60*24; /* Minutes between deletion of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment