Cannot set maxconn for sites that don't have a backend
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Content Cache Charm |
Fix Released
|
High
|
Haw Loeung |
Bug Description
Hi,
If a site is serving local files (such as esm.ubuntu.com), it appears that with the current charm code, it's not possible to configure its maxconn, which will stay at a hardcoded value of 200 [1].
This is a problem, especially because a site service local files should be able to manage quite more than that.
Thanks
[1] The "continue" at https:/
Related branches
- James Simpson: Approve
- Canonical IS Reviewers: Pending requested
-
Diff: 179 lines (+128/-4)3 files modifiedreactive/content_cache.py (+8/-4)
tests/unit/files/content_cache_rendered_haproxy_test_output_override_maxconns.txt (+92/-0)
tests/unit/test_content_cache.py (+28/-0)
Changed in content-cache-charm: | |
status: | New → In Progress |
assignee: | nobody → Haw Loeung (hloeung) |
importance: | Undecided → High |
Changed in content-cache-charm: | |
status: | In Progress → Fix Committed |
Changed in content-cache-charm: | |
status: | Fix Committed → Fix Released |