Skip to content

Commit 42e5204

Browse files
committed
actaully remove the default
1 parent a482f9d commit 42e5204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/src/main/python/opengrok_tools/projadm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def main():
265265
add_http_headers(parser)
266266
parser.add_argument('--api_timeout', type=int, default=3,
267267
help='Set response timeout in seconds for RESTful API calls')
268-
parser.add_argument('--async_api_timeout', type=int, default=None,
268+
parser.add_argument('--async_api_timeout', type=int,
269269
help='Set timeout in seconds for asynchronous RESTful API calls')
270270

271271
group = parser.add_mutually_exclusive_group()

0 commit comments

Comments
 (0)