Blacksmoke16 / GESI

Google Sheets™ ESI Add-on
https://blacksmoke16.github.io/GESI
MIT License
196 stars 37 forks source link

Better handle ESI error limiting #87

Open Blacksmoke16 opened 3 years ago

Blacksmoke16 commented 3 years ago

Currently it is possible for someone who is causing a bunch of errors to break other people's sheets on the same node/IP due to ESI's error limiting feature:

image

Should think of a way to handle this so that a single person can't break it for more than themselves. Would probably just need to keep track of errors produced by each sheet and intervene before the limit is actually reached.