18273: Increase default java sdk timeouts & make them configuable
[arvados.git] / sdk / java-v2 / src / main / resources / reference.conf
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0 OR Apache-2.0
4 #
5 # Arvados client default configuration
6 #
7 # Remarks:
8 # * While providing data remove apostrophes ("") from each line
9 # * See Arvados documentation for information how to obtain a token:
10 #   https://doc.arvados.org/user/reference/api-tokens.html
11 #
12
13 arvados {
14     api {
15         keepweb-host = localhost
16         keepweb-port = 8000
17         host = localhost
18         port = 8000
19         token = ""
20         protocol = https
21         host-insecure = false
22     }
23     split-size = 64
24     temp-dir = /tmp/file-split
25     copies = 2
26     retries = 0
27     connectTimeout = 60000
28     readTimeout = 60000
29     writeTimeout = 60000
30 }