bchapuis commented on issue #797: URL: https://github.com/apache/incubator-baremaps/issues/797#issuecomment-1793191429
We should probably include this in the documentation of the command. Here is the documentation from caffeine: https://www.javadoc.io/doc/com.github.ben-manes.caffeine/caffeine/2.2.2/com/github/benmanes/caffeine/cache/CaffeineSpec.html And a command line example: ```bash baremaps map serve \ --cache 'maximumWeight=1073741824,expireAfterAccess=1h' \ --tileset tileset.js --style style.js ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
