Skip to content

Commit 4ec2a65

Browse files
committed
actually use async_api_timeout parameter
1 parent 2e16afc commit 4ec2a65

File tree

1 file changed

+2
-1
lines changed
  • tools/src/main/python/opengrok_tools

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ def do_sync(loglevel, commands, cleanup, dirs_to_process, ignore_errors,
9696
cleanup=cleanup,
9797
driveon=driveon, url=uri,
9898
http_headers=http_headers,
99-
api_timeout=timeout)
99+
api_timeout=timeout,
100+
async_api_timeout=api_timeout)
100101
cmds_base.append(cmd_base)
101102

102103
# Map the commands into pool of workers, so they can be processed.

0 commit comments

Comments
 (0)