Hi!
When I try add manual throttle, I get an error:
ERROR: Too many tag throttles have been created (2111)
It can be reproduced like this:
docker run -d --rm --name fdb foundationdb/foundationdb:7.3.43
docker exec -ti fdb fdbcli
configure new ssd single
throttle on tag rest
On version 7.1.X everything is OK.