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 @@ -1171,8 +1171,8 @@ public static double getHotValueThreshold() {
public int localExchangeFreeBlocksLimit = 4;

@VarAttrDef.VarAttr(name = MIN_SCANNERS_CONCURRENCY, needForward = true, description = "The min concurrency of "
+ "Scanner, default 1")
public int minScannersConcurrency = 1;
+ "Scanner, default 4")
public int minScannersConcurrency = 4;

@VarAttrDef.VarAttr(name = MIN_FILE_SCANNERS_CONCURRENCY, needForward = true, description = "The min concurrency "
+ "of Remote Scanner, default 1")
Expand Down
Loading