Correct comment about customizing categories and caches

The caches are only on Gerrit startup now, and have been for quite
some time.  This remark about a 5 minute cache age hasn't been true
since the GerritConfig was inlined in the host page and the host
page was marked as never cached.

Change-Id: I9047c891bb3e410eee6892cc1987cbaba373c9a0
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-08-21 18:56:21 -07:00
parent 7dac11b763
commit c40ea193a0

View File

@@ -505,10 +505,10 @@ clear` is required to enable submit.
[[restart_changes]]
[NOTE]
Restart the Gerrit web application and reload all browsers after
making any database changes to approval categories. Category data
is aggressively cached by every corner of Gerrit, as it does not
change often. Browser may need more than 5 minutes to flush the
old category data out of their local disk caches.
making any database changes to approval categories. Browsers are
sent the list of known categories when they first visit the site,
and don't notice changes until the page is closed and opened again,
or is reloaded.
GERRIT
------