diff options
| author | David Schlachter <t480-debian-git@schlachter.ca> | 2026-01-08 01:03:19 -0500 |
|---|---|---|
| committer | David Schlachter <t480-debian-git@schlachter.ca> | 2026-01-08 01:03:19 -0500 |
| commit | 6d3623e3295ceacf7e1200d05790a9c662b69960 (patch) | |
| tree | 7e29eb4a75a63dab4db831ba65991c5393cb40a3 /setup.go | |
| parent | b84cad66f701e274d8e8abd65fb46f95b340bcda (diff) | |
Less verbose setup
Diffstat (limited to 'setup.go')
| -rw-r--r-- | setup.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ func populateDictionary(db *sql.DB) error { } wordsAdded++ - if wordsAdded%10_000 == 0 && wordsAdded > 1 { + if wordsAdded%100_000 == 0 && wordsAdded > 1 { log.Printf("processed %d lines (most recent word was '%s')", wordsAdded, entry.Word) } |
