Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
33053672
Commit
33053672
authored
Jun 11, 1991
by
Per Cederqvist
Browse files
Added MEMUSE_NAME, CACHE_CONFERENCES, CACHE_PERSONS and CACHE_TEXT_STATS.
parent
5ac811a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/server-config.c
View file @
33053672
...
...
@@ -15,17 +15,13 @@ const char *BACKUPFILE_NAME = "db/ramkomd-backup";
const
char
*
TEXTFILE_NAME
=
"db/ramkomd-texts"
;
const
char
*
STATISTIC_NAME
=
"etc/ramkomd-logg"
;
const
char
*
PID_NAME
=
"etc/pid"
;
const
char
*
MEMUSE_NAME
=
"etc/memory-useage"
;
/* Communications */
const
char
*
DEFAULT_CLIENT_SERVICE
=
"lyskom-client"
;
/* Can be number! */
const
char
*
DEFAULT_MUX_SERVICE
=
"lyskom-mux"
;
/* Can be number! */
#if 0
const int IN_CLIENT_PORT = 4896; /* Which port does LysKOM listen to? */
const int IN_MUX_PORT = 4895; /* Which port does LysKOM listen to? */
#endif
/*
* The following should always be true:
* 0 <= SYNCTIMEOUT <= GARBTIMEOUT <= TIMEOUT
...
...
@@ -68,6 +64,12 @@ const int MAX_CREA_MISC = 512; /* Sum of recipients, cc_recipients, comm_to
* and footn_to must not exceed MAX_CREA_MISC
* when the text is created. */
/* Size of the cache. (only applies to diskomd). */
const
int
CACHE_CONFERENCES
=
10
;
const
int
CACHE_PERSONS
=
10
;
const
int
CACHE_TEXT_STATS
=
10
;
/*
* Some other limits
*/
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment