Skip to content

Commit 318004c

Browse files
author
chenyuzhi
committed
[FLINK-36876] Optimize io thread number
1 parent 5cfa765 commit 318004c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/KubernetesOperatorConfigOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public static String operatorConfigKey(String key) {
119119
public static final ConfigOption<Integer> OPERATOR_FLINK_CLIENT_IO_THREADS =
120120
operatorConfig("flink.client.io.threads")
121121
.intType()
122-
.defaultValue(60)
122+
.defaultValue(10)
123123
.withDescription(
124124
"The maximum number of io threads used by the flink rest client.");
125125

0 commit comments

Comments
 (0)