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
emulab
emulab-devel
Commits
b2a85008
Commit
b2a85008
authored
Jan 12, 2002
by
Leigh B. Stoller
Browse files
Change timeout value from 0 (loop forever) back to 30 minutes.
The frisbee launcher now deals with multiple requests.
parent
4e6cdddb
Changes
1
Hide whitespace changes
Inline
Side-by-side
os/frisbee.redux/decls.h
View file @
b2a85008
...
...
@@ -44,7 +44,7 @@
* Timeout (in seconds!) server will hang around with no active clients.
* Make it zero to never exit.
*/
#define SERVER_INACTIVE_SECONDS
0
#define SERVER_INACTIVE_SECONDS
(60 * 30)
/*
* The number of disk read blocks in a single read on the server.
...
...
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