8000 Mentioning megabytes as per requested in #112 · github-cloud/github-plugin@c990995 · GitHub
[go: up one dir, main page]

Skip to content

Commit c990995

Browse files
committed
Mentioning megabytes as per requested in jenkinsci#112
1 parent 48c754f commit c990995

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/help-clientCacheSize.html

Lines changed: 3 additions & 2 deletions
< 5DD0 td data-grid-cell-id="diff-9c90462f3f00d5d147e7e7c3af3e767051147e624175bab94380386a0b33236d-4-5-2" data-line-anchor="diff-9c90462f3f00d5d147e7e7c3af3e767051147e624175bab94380386a0b33236dR5" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">
A cache will help improve the performance by avoiding unnecessary data transfer, and by doing so it also
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<div>
22
<p>
3-
Jenkins will use this much space in <tt>$JENKINS_HOME</tt> to cache data retrieved from GitHub API calls.
3+
Jenkins will use this much space, measured in megabytes,
4+
in <tt>$JENKINS_HOME</tt> to cache data retrieved from GitHub API calls.
45
56
makes it less likely to hit <a href="https://developer.github.com/v3/#rate-limiting">API rate limit</a>
6-
by the use of (<a href="https://developer.github.com/v3/#conditional-requests">conditional GET</a> calls.
7+
(by the use of <a href="https://developer.github.com/v3/#conditional-requests">conditional GET</a> calls.)
78
</p>
89
<p>
910
In an unlikely event that cache is causing a problem, set this to <b>0</b> to disable cache altogether.

0 commit comments

Comments
 (0)
0