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
emulab
emulab-devel
Commits
9b8c1198
Commit
9b8c1198
authored
Jan 30, 2003
by
Leigh B. Stoller
Browse files
Cut daemon count back to 10 to see if that eases DB load.
parent
cf43a00b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
9b8c1198
...
...
@@ -83,10 +83,10 @@ int mydb_update(char *query, ...);
static
int
safesymlink
(
char
*
name1
,
char
*
name2
);
/* thread support */
#define MAXCHILDREN 2
5
#define MAXCHILDREN 2
0
#define MINCHILDREN 5
static
int
numchildren
;
static
int
maxchildren
=
1
5
;
static
int
maxchildren
=
1
0
;
static
volatile
int
killme
;
/*
...
...
Write
Preview
Supports
Markdown
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