Skip to content

Commit 7efc4fa

Browse files
committed
feat: increase default thread number for executor service to 100 (#1293)
1 parent ec09e7c commit 7efc4fa

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 = 5;
83+
int DEFAULT_RECONCILIATION_THREADS_NUMBER = 100;
8484

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

0 commit comments

Comments
 (0)