Skip to content
GitLab
Menu
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
f81723f3
Commit
f81723f3
authored
Nov 15, 2002
by
Per Cederqvist
Browse files
(parameters): Added "Max read_ranges per call".
parent
9ef4f513
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/server-config.c
View file @
f81723f3
/*
/*
* $Id: server-config.c,v 0.8
1
2002/11/
04 23:20:0
6 ceder Exp $
* $Id: server-config.c,v 0.8
2
2002/11/
15 17:14:3
6 ceder Exp $
* Copyright (C) 1991-1999, 2001-2002 Lysator Academic Computer Association.
* Copyright (C) 1991-1999, 2001-2002 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -270,6 +270,8 @@ static const struct parameter parameters[] = {
...
@@ -270,6 +270,8 @@ static const struct parameter parameters[] = {
assign_int
,
NULL
,
0
,
1
,
"128"
,
&
param
.
max_add_aux
},
assign_int
,
NULL
,
0
,
1
,
"128"
,
&
param
.
max_add_aux
},
{
"Max aux_items deleted per call"
,
{
"Max aux_items deleted per call"
,
assign_int
,
NULL
,
0
,
1
,
"128"
,
&
param
.
max_delete_aux
},
assign_int
,
NULL
,
0
,
1
,
"128"
,
&
param
.
max_delete_aux
},
{
"Max read_ranges per call"
,
assign_int
,
NULL
,
0
,
1
,
"512"
,
&
param
.
max_read_ranges
},
{
"Max super_conf loop"
,
{
"Max super_conf loop"
,
assign_int
,
NULL
,
0
,
1
,
"17"
,
&
param
.
max_super_conf_loop
},
assign_int
,
NULL
,
0
,
1
,
"17"
,
&
param
.
max_super_conf_loop
},
{
"Default garb nice"
,
{
"Default garb nice"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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