Skip to content

Commit

Permalink
Fix amount arg in limit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon authored Oct 19, 2024
1 parent 27994e6 commit c8d0cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Use the `--rpp <path>` argument to enable Rules++ support (experimental). `<path

The HTTP server is rate-limited per IP. It allows bursts of 8 requests and then 500ms between requests. This is currently not configurable.

The `--max-maps <MiB>` argument limits the number of maps created by users. The `--max-map-size <MiB>` argument limits the size of each map file.
The `--max-maps <Amount>` argument limits the number of maps created by users. The `--max-map-size <MiB>` argument limits the size of each map file.

#### Server bridging

Expand Down

0 comments on commit c8d0cb5

Please sign in to comment.