Add temporal unit to warmupTime param in ref guide (#975)

This commit is contained in:
Tobias Ibounig 2019-10-25 22:01:16 +02:00 committed by Cassandra Targett
parent 3a7bf3b3af
commit dfad6f0fd6
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ The following statistics are available for each of the caches mentioned above:
|inserts |Number of inserts into the cache.
|lookups |Number of lookups against the cache.
|size |Number of entries in the cache at that particular instance.
|warmupTime |Warm-up time for the registered index searcher. This time is taken in account for the “auto-warming” of caches.
|warmupTime |Warm-up time for the registered index searcher in milliseconds. This time is taken in account for the “auto-warming” of caches.
|===
When eviction by heap usage is enabled, the following additional statistics are available for the Query Result Cache: