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
a927dbb3
Commit
a927dbb3
authored
Nov 02, 2001
by
Leigh B. Stoller
Browse files
Change readybits poll example to a 5 second sleep instead of 1. Jeez,
whose idea was that. Oh right, mine.
parent
a811276c
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/tutorial/tutorial.html
View file @
a927dbb3
...
...
@@ -532,7 +532,7 @@ while (1) {
#
# Please sleep to avoid swamping the TMCD!
#
sleep(
1
);
sleep(
5
);
}
</code></pre>
<i>
Note that the ready count is essentially a use-once feature; The
...
...
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