From 9b9b5e8b15b93d8074c916c3d1019afb2a641097 Mon Sep 17 00:00:00 2001 From: Adam Swanda Date: Wed, 23 Aug 2023 14:39:30 -0400 Subject: [PATCH] fix health endpoint for max cache size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c973ba..0606632 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Checks the server's health status. { "cache": { "enabled": true, - "max_size": null, + "max_size": 500, "size": 0 }, "models": {