Skip to content

Commit

Permalink
Doc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjlee committed Dec 2, 2010
1 parent dd59c5a commit c05329f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/nodeload.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ Profiles can be used to adjust the load and number of users (concurrency) during

### Other options:

The global HTTP server will automatically shutdown after `run(...)` finishes and emits the `'end'` event. This allows the process to terminate after the load test finishes if nothing else is running. To keep the server running, set stayAlive:
The global HTTP server will automatically shutdown after `run(...)` finishes and emits the `'end'` event. This allows the process to terminate after the load test finishes if nothing else is running. To keep the server running, set keepAlive:

var loadtest = nl.run(...);
loadtest.stayAlive = true;
loadtest.keepAlive = true;

### Test Definition:

Expand Down

0 comments on commit c05329f

Please sign in to comment.