Unable to create 3rd search attribute of type int on mysql8 advanced visibility

I was able to add 2 custom search attributes, but on the 3rd one, I get this error:

$ temporal operator search-attribute create --name=“companyId” --type=“Int”

Error: unable to add search attributes: Failed to add search attributes to store mysql8: Unable to create search attributes: cannot have more than 3 search attribute of type Int.
(‘export TEMPORAL_CLI_SHOW_STACKS=1’ to see stack traces)

Any hints on what I can do about this? Is there a variable that can be adjusted? I have one temporal cluster that has advanced visibility on elasticsearch and works fine. But my local one running on mysql8 has this problem

Temporal server version: 1.24.2