8000
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 97184f3 commit 79b6a00Copy full SHA for 79b6a00
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 = 100;
+ int DEFAULT_RECONCILIATION_THREADS_NUMBER = 10;
84
85
/**
86
* Retrieves the maximum number of threads the operator can spin out to dispatch reconciliation
0 commit comments