Is it ok to set api rate limit to 0

Hi, is it ok to set api rate limit to 0 since my application did not call any web3api and cloud function. The application just use only enableWeb3 to connect to the wallet, Moralis.web3 to call eth balance , and Moralis.executeFunction for calling to the smartcontract. Just want to prevent exceeded rate limit which may be called by anonymous user when the application is on production.Screen Shot 2565-04-12 at 00.15.58

you could try with that setting, it may work as expected, for windowMs you can set a bigger number

1 Like

You can also set a limit of 1 for a big time interval like a day

1 Like