commit | 294421ca6ac449cd9279aaabc63cb4bb080acca3 | [log] [tgz] |
---|---|---|
author | Cassie Wang <cassiewang@google.com> | Thu Jul 15 15:20:35 2021 -0700 |
committer | Cassie Wang <cassiewang@google.com> | Thu Jul 15 15:20:35 2021 -0700 |
tree | 1313c193b8f5afe2de48421dcf1591085b2e2bc2 | |
parent | ad02ac98de87d4588e849161ad28ece123325a15 [diff] |
Lower the cache for queries from 16MB to 4MB. Icing lib caches each query result in memory so it's faster for clients who want to advance pages in their query results, without having to execute the query again. Once the cache is filled up to the limit, of now 4MB, the oldest query results get evicted from the cache first. Bug: 193715176 Test: presubmit Test: manually copied change into google3 and ran tests there Change-Id: Iec23360dbe18a3916db4565b74049b662b670a3a