Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server/comms: add new routes to limiter #1288

Merged
merged 2 commits into from Nov 24, 2021
Merged

Commits on Nov 12, 2021

  1. server/comms: add new routes to limiter

    Add the newish price feed, spots, and candles to the routeLimiter.
    The "info" limiter includes the spots and candles routes.
    A new shared limiter for subscription routes is created for the
    order_book and the new price_feed routes.
    Add the connect route with its own rates. Burst is still 100. Clients
    should self limit during account discover, as we do.
    chappjc committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    c040a40 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    3526163 View commit details
    Browse the repository at this point in the history