Skip to content

Commit 00a720d

Browse files
committed
Improved parameter info
1 parent ee37f50 commit 00a720d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/overpass_api/dispatch/dispatcher_server.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ int main(int argc, char* argv[])
318318
" --time=number: Set the time unit limit for the total of all running processes to this value in bytes.\n"
319319
" --rate-limit=number: Set the maximum allowed number of concurrent accesses from a single IP.\n"
320320
" --allow-duplicate-queries=(yes|no): Set whether the dispatcher shall block duplicate queries.\n"
321+
" --limit-client-zero=(yes|no): Set whether requests from localhost are exempt from resource control.\n"
321322
" --server-name: Set the server name used in status and error messages.\n";
322323

323324
return 0;

0 commit comments

Comments
 (0)