You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
Yes you're correct. The cache spec either uses maximumSize or maximumWeight. If maximumWeight is specified we want to weigh objects by file size. If no weight is specified then it is limited by number of elements.
WARN [2016-02-23 00:12:08,697] com.google.common.cache.CacheBuilder: ignoring weigher specified without maximumWeight
I believe it's coming from
dropwizard-configurable-assets-bundle/src/main/java/com/bazaarvoice/dropwizard/assets/AssetServlet.java
Line 64 in 18a6f63
The text was updated successfully, but these errors were encountered: