We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee37f50 commit 00a720dCopy full SHA for 00a720d
src/overpass_api/dispatch/dispatcher_server.cc
@@ -318,6 +318,7 @@ int main(int argc, char* argv[])
318
" --time=number: Set the time unit limit for the total of all running processes to this value in bytes.\n"
319
" --rate-limit=number: Set the maximum allowed number of concurrent accesses from a single IP.\n"
320
" --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"
322
" --server-name: Set the server name used in status and error messages.\n";
323
324
return 0;
0 commit comments