Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hollingsworthd committed Nov 24, 2015
1 parent ce0ebdb commit 6dfca5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The following Java system properties can be set:
* `jbd.blockads` Whether requests to ad/spam servers should be blocked. Based on hosts in ad-hosts.txt in the source tree. Defaults to `true`.
* `jbd.ajaxwait` The idle time (no pending AJAX requests) required in milliseconds before a page is considered to have been loaded completely. For very slow or overloaded CPUs, set a higher value. Defaults to `120`.
* `jbd.ajaxresourcetimeout` The time in milliseconds after which an AJAX request will be ignored when considering whether all AJAX requests have completed. Defaults to `2000`.
* `jbd.pemfile` Specifies a source of trusted certificate authorities. Recommended value is: 'https<span></span>://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt'. Alternate sources must follow that format too. Can be a local file as well. *Defaults to the JRE keystore*, so you can use JDK's keytool to import specific certs.
* `jbd.pemfile` Specifies a source of trusted certificate authorities. Recommended value is: `'https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt'`. Alternate sources must follow that format too. Can be a local file as well. *Defaults to the JRE keystore*, so you can use JDK's keytool to import specific certs.
* `jbd.maxrouteconnections` Maximum number of concurrent connections to a specific host+proxy combo. Defaults to `8`.
* `jbd.maxconnections` Maximum number of concurrent connections overall. Defaults to `3000`.

Expand Down

0 comments on commit 6dfca5a

Please sign in to comment.