Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
cd365ae0
Commit
cd365ae0
authored
32 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Increase TIMEOUT to two minutes.
Increase cache sizes to 20 items.
parent
e6db0545
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/server/server-config.c
+9
-11
9 additions, 11 deletions
src/server/server-config.c
with
9 additions
and
11 deletions
src/server/server-config.c
+
9
−
11
View file @
cd365ae0
/*
/*
* $Id: server-config.c,v 0.1
7
1992/0
5/25 21:13:54
ceder Exp $
* $Id: server-config.c,v 0.1
8
1992/0
6/11 19:16:16
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.1
7
1992/0
5/25 21:13:54
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: server-config.c,v 0.1
8
1992/0
6/11 19:16:16
ceder Exp $"
;
...
@@ -65,13 +65,11 @@ const char * DEFAULT_MUX_SERVICE = "lyskom-mux"; /* Can be number! */
...
@@ -65,13 +65,11 @@ const char * DEFAULT_MUX_SERVICE = "lyskom-mux"; /* Can be number! */
* The following should always be true:
* The following should always be true:
* 0 <= SYNCTIMEOUT <= GARBTIMEOUT <= TIMEOUT
* 0 <= SYNCTIMEOUT <= GARBTIMEOUT <= TIMEOUT
* Times in milliseconds.
* Times in milliseconds.
*
* GARBTIMEOUT and SYNCTIMEOUT are only used in diskomd.
*/
*/
const
int
TIMEOUT
=
5
000
;
/* Timeout to select() when totally idle.
const
int
TIMEOUT
=
120
000
;
/* Timeout to select() when totally idle.
* S
hould be
much larger. Is this small
This s
hould
n't
be
too small, since
to work
arou
nd the famou
s
s
el
ect bug
the v
ar
i
ou
s interval
s
b
el
ow are
in isc.
*/
currently only checked this often. +++
*/
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
=
0
;
/* Timeout to select() when syncing. */
const
int
SYNCTIMEOUT
=
0
;
/* Timeout to select() when syncing. */
...
@@ -110,9 +108,9 @@ const int MAX_CREA_MISC = 512; /* Sum of recipients, cc_recipients, comm_to
...
@@ -110,9 +108,9 @@ const int MAX_CREA_MISC = 512; /* Sum of recipients, cc_recipients, comm_to
* actual size of the cache is bigger.
* actual size of the cache is bigger.
*/
*/
const
int
CACHE_CONFERENCES
=
1
0
;
const
int
CACHE_CONFERENCES
=
2
0
;
const
int
CACHE_PERSONS
=
1
0
;
const
int
CACHE_PERSONS
=
2
0
;
const
int
CACHE_TEXT_STATS
=
1
0
;
const
int
CACHE_TEXT_STATS
=
2
0
;
/*
/*
* Some other limits
* Some other limits
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment