From 1f6e3d982da7ece9407f627e1f132c01f62a8d1c Mon Sep 17 00:00:00 2001 From: kashtesov Date: Sat, 19 Oct 2024 23:59:59 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d823b1b..c29fc4f 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ const { default: FastifyBowser } = require(`@bsnext/fastify-bowser`); // CJS const server = Fastify(); await server.register(FastifyBowser, { - // Use parsed user-agent cache + // Use parsed user-agent LRU cache cache: boolean = false; - // Cache limit. Will be automatically purged, if cache size reach limit. + // Cache LRU max size. cacheLimit?: number = 100; // Automatically cache purge interval in seconds.