[SOLVED] Getnfts limit of 100

My /cloudFunctions/rateLimit.js

Moralis.settings.setAPIRateLimit({
    anonymous:1000, authenticated:1000, windowMs:1000
  })

command I executed was

moralis-admin-cli watch-cloud-folder --moralisSubdomain (sub).grandmoralis.com --autoSave 1 --moralisCloudfolder /cloudFunctions/rateLimit.js

obviously got my apikey in my env file

response I get is

- Listening folder: /cloudFunctions/rateLimit.js

just an added note I have not migrated to self hosted server

There is an example for that command directly in cloud code page. You can try to upload a file or to specify the complete path to that folder and not a relative path

You specified a file instead of a folder here as last parameter