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 ba76b62 commit ea86eabCopy full SHA for ea86eab
tools/src/main/python/opengrok_tools/sync.py
@@ -152,7 +152,7 @@ def main():
152
parser.add_argument('--nolock', action='store_false', default=True,
153
help='do not acquire lock that prevents multiple '
154
'instances from running')
155
- parser.add_argument('--api_timeout', type=int,
+ parser.add_argument('--api_timeout', type=int, default=3,
156
help='Set response timeout in seconds'
157
'for RESTful API calls')
158
add_http_headers(parser)
0 commit comments