Skip to content

Commit

Permalink
Merge pull request #82 from ChillerDragon/pr_limit_amount
Browse files Browse the repository at this point in the history
Fix amount arg in limit docs
  • Loading branch information
k2d222 authored Oct 20, 2024
2 parents 27994e6 + c8d0cb5 commit 7604b9a
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 7604b9a

Please sign in to comment.