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 7489da0 commit 10a7502Copy full SHA for 10a7502
examples/src/main/java/io/kubernetes/client/examples/WatchExample.java
@@ -27,7 +27,7 @@
27
public class WatchExample {
28
public static void main(String[] args) throws IOException, ApiException {
29
ApiClient client = Config.defaultClient();
30
- client.getHttpClient().setReadTimeout(60, TimeUnit.SECONDS);
+ client.getHttpClient().setReadTimeout(0, TimeUnit.SECONDS); // infinite timeout
31
Configuration.setDefaultApiClient(client);
32
33
CoreV1Api api = new CoreV1Api();
0 commit comments