Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public Builder hashTreeHeight(int hashTreeHeight) {
*
* @deprecated This paramter should be controled server-side.
*/
@Deprecated
public Builder maxWorkers(int maxWorkers) {
this.maxWorkers = maxWorkers;
return this;
Expand Down Expand Up @@ -126,6 +127,7 @@ public Builder frequencyMillisWhilePropagating(int frequencyMillisWhilePropagati
*
* @deprecated This parameter should be controled server-side.
*/
@Deprecated
public Builder aliveNodesCheckingFrequencyMillis(int aliveNodesCheckingFrequencyMillis) {
this.aliveNodesCheckingFrequencyMillis = aliveNodesCheckingFrequencyMillis;
return this;
Expand Down
Loading