From e525e41b6762b2f76f72c3cafe3d7ee484725468 Mon Sep 17 00:00:00 2001 From: jingwei zhuang Date: Mon, 19 Sep 2022 09:01:40 -0700 Subject: [PATCH] remove a comment --- utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/utils.go b/utils/utils.go index 2121aa10..273fbb8e 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -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 )