astraly-labs / pragma-node

MIT License
2 stars 1 forks source link

feat: ip rate limiting on ws endpoints #71

Closed EvolveArt closed 1 week ago

EvolveArt commented 1 week ago

Resolves #70

Changes

We could have added a limit in terms of connections that can be made with the server, but it's not useful as we already limit the bytes there will be a theoretical limit in the number of connections that can be made anyways.

akhercha commented 1 week ago

CI is failing