OpenLoco / ObjectEditor

A modern implementation of 'LocoTool' for dat file parsing
7 stars 3 forks source link

Change rate limiting to be per-client #76

Open LeftofZen opened 3 months ago

LeftofZen commented 3 months ago

Currently the rate limiting is global. This works but it means one single user can DoS the entire service. A per-client rate limiting implementation would mostly solve this issue.