mirror of
https://github.com/safing/portmaster
synced 2025-04-03 10:39:13 +00:00
Merge branch 'feature/sqlite-db-v1' into develop
This commit is contained in:
commit
b9a9129e81
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ func persistRecords(startJob func(func() error), records <-chan record.Record) {
|
|||
|
||||
timePerEntity := time.Since(start) / time.Duration(cnt)
|
||||
speed := float64(time.Second) / float64(timePerEntity)
|
||||
log.Debugf("processed %d entities in %s with %s / entity (%.2f entities/second)", cnt, time.Since(start), timePerEntity, speed)
|
||||
log.Debugf("intel/filterlists: processed %d entities in %s with %s / entity (%.2f entities/second)", cnt, time.Since(start), timePerEntity, speed)
|
||||
}
|
||||
|
||||
batch := database.NewInterface(&database.Options{Local: true, Internal: true})
|
||||
|
|
Loading…
Add table
Reference in a new issue