Skip to content

Commit

Permalink
remove a comment (#445)
Browse files Browse the repository at this point in the history
remove a comment
  • Loading branch information
jingweicb committed Sep 19, 2022
1 parent b34d797 commit 33738c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const (

// MaxEntrySizePerTxn is the maximum number of entries
// in one transaction object. This is used for bootstrap
// balances process to avoid TxnTooBig error when memory_limit_disabled=false
// balances process to avoid TxnTooBig error when l0_in_memory_enabled=false
// as well as reduce the running time.
MaxEntrySizePerTxn = 600
)
Expand Down

0 comments on commit 33738c2

Please sign in to comment.