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.
2 parents bbe4af1 + d591c4c commit 719f610Copy full SHA for 719f610
1 file changed
src/main/java/io/weaviate/client6/v1/api/collections/Replication.java
@@ -98,6 +98,7 @@ public Builder hashTreeHeight(int hashTreeHeight) {
98
*
99
* @deprecated This paramter should be controled server-side.
100
*/
101
+ @Deprecated
102
public Builder maxWorkers(int maxWorkers) {
103
this.maxWorkers = maxWorkers;
104
return this;
@@ -126,6 +127,7 @@ public Builder frequencyMillisWhilePropagating(int frequencyMillisWhilePropagati
126
127
128
* @deprecated This parameter should be controled server-side.
129
130
131
public Builder aliveNodesCheckingFrequencyMillis(int aliveNodesCheckingFrequencyMillis) {
132
this.aliveNodesCheckingFrequencyMillis = aliveNodesCheckingFrequencyMillis;
133
0 commit comments