[doc](disk)fix disk capacity doc error (#20506)

This commit is contained in:
zhangdong
2023-06-07 15:20:04 +08:00
committed by GitHub
parent 6b325a8458
commit c910e9b78b
3 changed files with 5 additions and 5 deletions

View File

@ -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