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.
2 parents f6c783d + 991cd8e commit 67ac475Copy full SHA for 67ac475
util/src/main/java/io/kubernetes/client/informer/cache/ReflectorRunnable.java
@@ -103,7 +103,7 @@ public void run() {
103
new CallGeneratorParams(
104
Boolean.TRUE,
105
lastSyncResourceVersion,
106
- Long.valueOf(Duration.ofMinutes(5).toMillis()).intValue()));
+ Long.valueOf(Duration.ofMinutes(5).getSeconds()).intValue()));
107
108
synchronized (this) {
109
if (!isActive.get()) {
0 commit comments