Skip to content

Commit

Permalink
Improved parameter info
Browse files Browse the repository at this point in the history
  • Loading branch information
drolbr committed Nov 20, 2024
1 parent ee37f50 commit 00a720d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/overpass_api/dispatch/dispatcher_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ int main(int argc, char* argv[])
" --time=number: Set the time unit limit for the total of all running processes to this value in bytes.\n"
" --rate-limit=number: Set the maximum allowed number of concurrent accesses from a single IP.\n"
" --allow-duplicate-queries=(yes|no): Set whether the dispatcher shall block duplicate queries.\n"
" --limit-client-zero=(yes|no): Set whether requests from localhost are exempt from resource control.\n"
" --server-name: Set the server name used in status and error messages.\n";

return 0;
Expand Down

0 comments on commit 00a720d

Please sign in to comment.