Skip to content

Commit

Permalink
fix health endpoint for max cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
deadbits committed Aug 23, 2023
1 parent 7b78ec1 commit 9b9b5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Checks the server's health status.
{
"cache": {
"enabled": true,
"max_size": null,
"max_size": 500,
"size": 0
},
"models": {
Expand Down

0 comments on commit 9b9b5e8

Please sign in to comment.