File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tools/src/main/python/opengrok_tools Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
# CDDL HEADER END
19
19
20
20
#
21
- # Copyright (c) 2018, 2023 , Oracle and/or its affiliates. All rights reserved.
21
+ # Copyright (c) 2018, 2024 , Oracle and/or its affiliates. All rights reserved.
22
22
#
23
23
24
24
"""
54
54
print ("Need Python 3, you are running {}" .format (MAJOR_VERSION ))
55
55
sys .exit (1 )
56
56
57
- __version__ = "0.6 "
57
+ __version__ = "0.7 "
58
58
59
59
60
60
def exec_command (doit , logger , cmd , msg ):
@@ -265,7 +265,7 @@ def main():
265
265
add_http_headers (parser )
266
266
parser .add_argument ('--api_timeout' , type = int , default = 3 ,
267
267
help = 'Set response timeout in seconds for RESTful API calls' )
268
- parser .add_argument ('--async_api_timeout' , type = int , default = 300 ,
268
+ parser .add_argument ('--async_api_timeout' , type = int , default = None ,
269
269
help = 'Set timeout in seconds for asynchronous RESTful API calls' )
270
270
271
271
group = parser .add_mutually_exclusive_group ()
You can’t perform that action at this time.
0 commit comments