As the title states, what will happen if my repl exceeds the max size for a free plan?
Bookie0You're unlikely to run out of storage for repls, and if you do, the storage limit is rarely enforced. However, if you run out of storage for a single repl, iirc you'll get some sort of warning and everything'll be slow.2 years ago
InvisibleOneI've found that they just get really, really, really reeeeaaalllly slow.2 years ago
I was working on a node.js project (the one below), and suddenly, in Chrome dev tools, I got error message about CSP, although I didn't specify anythi
Node.js
Coder100There are two reasons
1. Errors
When there is an error, to be memory safe a program kills itself. So it won't accept new connections like through links. Check your terminal that there are no errors.
2, Replit killed your repl
Sometimes after an hour of no activity replit will kill your repl. You just have to wait a bit for to load.2 years ago