You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2024. It is now read-only.
Hi there, thank you so much for creating this plugin!
I'm just wondering what kind of behavior I should expect as more domains are added to the caddy instances using redis for storage. What I've seen recently as the number of domains goes up (10s of thousands), is that the size of the DB is growing faster than I'd expect.
For instance, at 1000 domains it was ~40mb, at 10k it was ~560mb and at 12k it was ~700mb. So it seems like it's growing faster than the number of domains, which is fine, but I'm not sure if that's normal or if I've configured something incorrectly. Maybe some old keys are sticking around that shouldn't be, or something else completely?