Skip to content

README is wrong about the rate limits defined. #102

Description

@cha0s

The README contains these lines:

const BURST_RATE = 1024 * 1024 * 150; // 150KB/sec burst rate
const FILL_RATE = 1024 * 1024 * 50; // 50KB/sec sustained rate

However, these limits as defined are 150 MiB/sec and 50 MiB/sec, not KB/sec.

Apologies to the server that I definitely did not pound until I realized that this was the case :^)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions