I read the FAQ section and noticed this points
- Projects created by anonymous users expire after 5 days (login via GitHub or Facebook to keep your projects around).
- Projects sleep after 5 minutes if they are not used.
- Projects are limited to 4000 requests per hour, with a burst of 4000 requests (subsequent requests will return a 429 “Too Many Requests” response).
- Projects have a limit of 128MB of space on the container (though things written to ‘/tmp’ don’t count towards that, and we use compression to squeeze the most out of that space). As well as up to 512MB of assets storage.
- Projects only show up to 100 files in the file tree, the rest get hidden from view but still exist. Using
.gitignore
to temporarily remove some files from view can help work around this. - Similarly, files above 200kb are hidden from the file tree (but still exist), and you’re unable to paste data into the editor above that size too.
I am good with every point except the second point
- Projects sleep after 5 minutes if they are not used.
Is it somehow possible that the project wont sleep even after 5 mins.
I am making a discord bot and I dont really want that to happen.
Every other points are fine with me though.
Hoping to see a reply about this as soon as possible