Skip to content

Commit

Permalink
Merge pull request #1427 from bnb-chain/fix-indentation
Browse files Browse the repository at this point in the history
fix: indentation
  • Loading branch information
BarryTong65 authored Jun 18, 2024
2 parents 8d68698 + d262bb8 commit e9144c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/gfspvgmgr/virtual_group_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e9144c8

Please sign in to comment.