Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
wy65701436 authored Jan 15, 2024
2 parents 5bff359 + fdc012c commit d87cdf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/config/userconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ func SkipAuditLogDatabase(ctx context.Context) bool {

// ScannerSkipUpdatePullTime returns the scanner skip update pull time setting
func ScannerSkipUpdatePullTime(ctx context.Context) bool {
log.Infof("skip_update_pull_time:%v", DefaultMgr().Get(ctx, common.ScannerSkipUpdatePullTime).GetBool())
return DefaultMgr().Get(ctx, common.ScannerSkipUpdatePullTime).GetBool()
}

Expand Down

0 comments on commit d87cdf5

Please sign in to comment.