Skip to content

Commit

Permalink
Changelog and adding FAQ.
Browse files Browse the repository at this point in the history
  • Loading branch information
benpatterson committed Jul 5, 2017
1 parent 6c4b32b commit 208f304
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### Updates
#### -> 1.39.0
* Startup optimization. Startup for ghprb will be split into a pool size of 5 threads, which
can be overridden via JVM args.

#### -> 1.38.0
* Add ability to decide whether to build based on regions (or repository file paths as defined by regex)
Expand Down
7 changes: 7 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Frequently Asked Questions
=====

**Q: Startup seems slow. What can I do?**

A: A poolsize is set for 5 threads by default. This can be overridden with a
JVM arg: `-Dorg.jenkinsci.plugins.ghprb.GhprbTrigger.poolSize=5`
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,7 @@ job('downstreamJob') {
### Updates

See [CHANGELOG](CHANGELOG.md)

### FAQ

See [FAQ](FAQ.md)

0 comments on commit 208f304

Please sign in to comment.