How to remove id_60_secs_limit?

Hi, I’m doing a bulk spam user cleanup. Need help in removing the 60 seconds requests limit. Error:

Screenshot 2024-10-23 at 4.41.22 PM

Slow down, too many requests from this user.
Please retry again in 16 seconds.
Error code: id_60_secs_limit.

I was able to remove the 10 seconds IP limit by adding the lines below under the env variable.

DISCOURSE_MAX_REQS_PER_IP_PER_10_SECONDS: 5000
DISCOURSE_MAX_ASSET_REQS_PER_IP_PER_10_SECONDS: 20000

I rebuilt the app and that error is gone but now I’m getting the 60 seconds limit. Added this :
DISCOURSE_MAX_ADMIN_API_REQS_PER_MINUTE: 6000

Rebuilt and still getting the error. Not using any CDN or proxy. Using the latest versions of everything.

Any help appreciated!