diff options
author | Adam Mathes <adam@trenchant.org> | 2018-07-08 08:01:07 -0700 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-07-08 08:01:07 -0700 |
commit | d06c50d68f33cb1b905bab3384cb3288e963935f (patch) | |
tree | 737b2e336e82ad07ae06c7a8841707a59103c43b | |
parent | 858af730c2fa12c9fdb66a5111559f91352276a3 (diff) | |
download | neko-d06c50d68f33cb1b905bab3384cb3288e963935f.tar.gz neko-d06c50d68f33cb1b905bab3384cb3288e963935f.tar.bz2 neko-d06c50d68f33cb1b905bab3384cb3288e963935f.zip |
bg crawl disabled, still unstable
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ func main() { return } - go backgroundCrawl(config.Config.CrawlMinutes) + // go backgroundCrawl(config.Config.CrawlMinutes) vlog.Printf("starting web server at 127.0.0.1:%d\n", config.Config.Port) web.Serve() |