mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-13 17:29:09 +07:00
optimize: assets finder
This commit is contained in:
@ -222,7 +222,7 @@ retryLoadBpf:
|
||||
&routing.MergeAndSortRulesOptimizer{},
|
||||
&routing.DeduplicateParamsOptimizer{},
|
||||
); err != nil {
|
||||
return nil, fmt.Errorf("ApplyRulesOptimizers error: \n %w", err)
|
||||
return nil, fmt.Errorf("ApplyRulesOptimizers error:\n%w", err)
|
||||
}
|
||||
if log.IsLevelEnabled(logrus.DebugLevel) {
|
||||
var debugBuilder strings.Builder
|
||||
|
Reference in New Issue
Block a user