Create gh-pages branch via GitHub

This commit is contained in:
Brandon Nozaki Miller 2014-09-01 11:18:39 -07:00
parent 33c7376697
commit e05d906f29
2 changed files with 3 additions and 3 deletions

View file

@ -145,7 +145,7 @@ A great solution for <strong>Neural Networking</strong> in Node.JS</p>
silent : false,
maxConnections : 100,
retry : 500,
maxRetries : 0,
maxRetries : false,
stopRetrying : false
}
</code></pre>
@ -194,7 +194,7 @@ A great solution for <strong>Neural Networking</strong> in Node.JS</p>
</tr>
<tr>
<td>maxRetries</td>
<td>the maximum number of retries after each disconnect before giving up and completely killing a specific connection</td>
<td>if set, it represents the maximum number of retries after each disconnect before giving up and completely killing a specific connection</td>
</tr>
<tr>
<td>stopRetrying</td>

File diff suppressed because one or more lines are too long