From d262bb8793cd12bcdb21572582747e991e3587f7 Mon Sep 17 00:00:00 2001 From: BarryTong65 Date: Tue, 18 Jun 2024 11:48:18 +0800 Subject: [PATCH] fix: indentation --- base/gfspvgmgr/virtual_group_manager.go | 1 - 1 file changed, 1 deletion(-) diff --git a/base/gfspvgmgr/virtual_group_manager.go b/base/gfspvgmgr/virtual_group_manager.go index 2af525639..f92f9d7e5 100644 --- a/base/gfspvgmgr/virtual_group_manager.go +++ b/base/gfspvgmgr/virtual_group_manager.go @@ -32,7 +32,6 @@ const ( VirtualGroupManagerSpace = "VirtualGroupManager" RefreshMetaInterval = 5 * time.Second MaxStorageUsageRatio = 0.95 - DefaultInitialGVGStakingStorageSize = uint64(1) * 1024 * 1024 * 1024 * 256 // 256GB per GVG, chain side DefaultMaxStoreSizePerFamily is 64 TB additionalGVGStakingStorageSize = uint64(1) * 1024 * 1024 * 1024 * 512 // 0.5TB