This commit is contained in:
YouROK
2023-02-13 18:13:45 +03:00
parent 2e04c93cd2
commit f3ec7806f4
2 changed files with 7 additions and 0 deletions

View File

@@ -137,6 +137,9 @@ func loadDB() {
log.TLogln("Index rutor db")
torrsearch.NewIndex(torrs)
log.TLogln("Torrents count:", len(torrs))
log.TLogln("Indexed words:", len(torrsearch.GetIDX()))
} else {
log.TLogln("Error load rutor db:", err)
}