Glitch Project says this. IDK what to do. What should I do? help please
Glitch projects have a number of technical restrictions (https://glitch.com/help/restrictions/) one of which is a limit to 4000 requests per hour, with a burst of 4000 requests (subsequent requests will return a 429 âToo Many Requestsâ response).
I really requested it 4000 times in a single hour? Wow So I was sending 1.1 requests per second. How tho
You might have had the auto-refresh feature on, and your site open in one or more tabs while you were working on it. Depending on your typing style, itâs possible this triggered the refresh enough times that it put you over the limit.
You might try unchecking âRefresh Project on Changesâ to see if that will help. The option is in the editor, in the menu under your profile picture on the top right. With that unchecked, when youâre ready to see the results of your changes, just hit ârefreshâ in the browser tab where your project is open.