8000 feat: set default thread count to 10 · sitesh-sumo/java-operator-sdk@79b6a00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79b6a00

Browse files
committed
feat: set default thread count to 10
1 parent 97184f3 commit 79b6a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ConfigurationService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ default boolean checkCRDAndValidateLocalModel() {
8080
return false;
8181
}
8282

83-
int DEFAULT_RECONCILIATION_THREADS_NUMBER = 100;
83+
int DEFAULT_RECONCILIATION_THREADS_NUMBER = 10;
8484

8585
/**
8686
* Retrieves the maximum number of threads the operator can spin out to dispatch reconciliation

0 commit comments

Comments
 (0)
0