[doc](disk)fix disk capacity doc error (#20506)
This commit is contained in:
@ -783,7 +783,7 @@ public class Config extends ConfigBase {
|
||||
@ConfField(mutable = true, masterOnly = true)
|
||||
public static int storage_flood_stage_usage_percent = 95;
|
||||
@ConfField(mutable = true, masterOnly = true)
|
||||
public static long storage_flood_stage_left_capacity_bytes = 1 * 1024 * 1024 * 1024; // 100MB
|
||||
public static long storage_flood_stage_left_capacity_bytes = 1 * 1024 * 1024 * 1024; // 1GB
|
||||
|
||||
// update interval of tablet stat
|
||||
// All frontends will get tablet stat from all backends at each interval
|
||||
|
||||
Reference in New Issue
Block a user