Skip to content

Commit 9b9b5e8

Browse files
committed
fix health endpoint for max cache size
1 parent 7b78ec1 commit 9b9b5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Checks the server's health status.
9191
{
9292
"cache": {
9393
"enabled": true,
94-
"max_size": null,
94+
"max_size": 500,
9595
"size": 0
9696
},
9797
"models": {

0 commit comments

Comments
 (0)