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 0780ee3 commit 7489da0Copy full SHA for 7489da0
examples/src/main/java/io/kubernetes/client/examples/InformerExample.java
@@ -24,7 +24,7 @@
24
public class InformerExample {
25
public static void main(String[] args) throws Exception {
26
ApiClient client = Config.defaultClient();
27
- client.getHttpClient().setReadTimeout(60, TimeUnit.SECONDS);
+ client.getHttpClient().setReadTimeout(0, TimeUnit.SECONDS); // infinite timeout
28
Configuration.setDefaultApiClient(client);
29
30
SharedInformerFactory factory = new SharedInformerFactory();
0 commit comments