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.
1 parent 7f84497 commit b8b6b02Copy full SHA for b8b6b02
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ConfigurationService.java
@@ -80,7 +80,7 @@ default boolean checkCRDAndValidateLocalModel() {
80
return false;
81
}
82
83
- int DEFAULT_RECONCILIATION_THREADS_NUMBER = 5;
+ int DEFAULT_RECONCILIATION_THREADS_NUMBER = 100;
84
85
/**
86
* Retrieves the maximum number of threads the operator can spin out to dispatch reconciliation
0 commit comments