Setting firewall group (network and address) via HTTP API appears to fail at some point above 15k entries
It fails with a generic "set failed" error.
Using requests such as
curl --location 'https://192.168.50.1:8080/configure' \
--form 'key="insert_key"' \
--form 'data="[{\"op\": \"set\", \"path\": [\"firewall\", \"group\", \"address-group\", \"CROWDSEC_BOUNCER\", \"address\", \"192.168.0.1\"]}]"'with multiple set operations
tested in batches of 5k and it fails with the mentioned error on the 4th call, it also fails similarly with a single request of 20k+
I haven't tested adding this via CLI directly.