Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
requestRate clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
James Waldrop committed Dec 27, 2012
1 parent 33ff293 commit d8ea987
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,8 @@ You can specify any of the following parameters:
<tr>
<td><code>requestRate</code></td>
<td><p>An integer value that specifies the number of requests per second to submit to your service.</p>
<p><b>Example: </b><code>requestRate = 10</code></p></td>
<p><b>Example: </b><code>requestRate = 10</code></p>
<p>Note: if using multiple server instances, requestRate is per-instance, not aggregate, so effective rate becomes numInstances * requestRate.</p></td>
<td><code>1</code></td>
</tr>
<tr>
Expand Down

0 comments on commit d8ea987

Please sign in to comment.