From 50110da971e0c5eb4a0d5b446b54f39764dfb2d4 Mon Sep 17 00:00:00 2001 From: Matthew Richards <32678030+MRichards99@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:21:48 +0100 Subject: [PATCH] docs: Update README to include client cache-pool diagram --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1e0188c..5665a951 100644 --- a/README.md +++ b/README.md @@ -675,6 +675,8 @@ to be slow to start as the pool of object needs to be created. A rough guide wou multiply the configured initial pool size by around 5 or 6 seconds to get a time estimate for pool creation. +![client cache pool model](https://github.com/user-attachments/assets/bd31a7ab-a16d-448c-bb4a-d98cf1420643) + #### Configuring Client Handling When configuring the cache size and the client pool, the following should be considered.