Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Feb 14, 2025
1 parent 18d7c61 commit 8301055
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,6 @@ func SetQuaiConfig(stack *node.Node, cfg *quaiconfig.Config, slicesRunning []com
}
if viper.IsSet(TxLookupLimitFlag.Name) {
cfg.TxLookupLimit = viper.GetUint64(TxLookupLimitFlag.Name)
log.Global.WithField("lookuplimit", cfg.TxLookupLimit).Print("Txlookup limit defaults")
}
if viper.IsSet(CacheFlag.Name) || viper.IsSet(CacheTrieFlag.Name) {
cfg.TrieCleanCache = viper.GetInt(CacheFlag.Name) * viper.GetInt(CacheTrieFlag.Name) / 100
Expand Down

0 comments on commit 8301055

Please sign in to comment.