OpenLoco / ObjectEditor

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

Change rate limiting to be per-client #76

Open LeftofZen opened 1 month ago

LeftofZen commented 1 month 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.