Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix filesize fetcher

Cette révision appartient à :
akuma06 2017-05-17 00:47:55 +02:00
Parent edb61e0569
révision b7aaddf91e
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -101,7 +101,7 @@ func main() {
conf := config.New()
processFlags := conf.BindFlags()
defaults := flag.Bool("print-defaults", false, "print the default configuration file on stdout")
mode := flag.String("mode", "webapp", "which mode to run daemon in, either webapp, scraper or filesize_fetcher")
mode := flag.String("mode", "webapp", "which mode to run daemon in, either webapp, scraper or metainfo_fetcher")
flag.Float64Var(&conf.Cache.Size, "c", config.DefaultCacheSize, "size of the search cache in MB")
flag.Parse()