mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
3e74e689cd
Users with 100+ containers were hitting the payload size limit, causing "Failed to decode request body" 400 errors. This aligns the Docker agent limit with the Kubernetes agent limit (2MB). Fixes #1104