Skip to content

Commit f5a469f

Browse files
committed
Initialize tuning parameters
1 parent 67001a2 commit f5a469f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/oracle/kubernetes/operator/TuningParameters.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ private TuningParameters(ScheduledExecutorService threadPool, String mountPoint)
9191
super(threadPool, mountPoint, () -> {
9292
updateTuningParameters();
9393
});
94+
update();
9495
}
9596

9697
public static void updateTuningParameters() {

0 commit comments

Comments
 (0)