From b927bbfbd480634f9c2fce58cfaaa6cb1855d25a Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Mon, 15 May 2017 19:09:05 +1000 Subject: [PATCH] Change config to use torrents by default --- config/config.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index a504ce2c..6891b7a7 100644 --- a/config/config.go +++ b/config/config.go @@ -13,7 +13,9 @@ const ( // LastOldTorrentID is the highest torrent ID // that was copied from the original Nyaa LastOldTorrentID = 923000 - TableName = "sukebei_torrents" + TableName = "torrents" + // for sukebei + //TableName = "sukebei_torrents" ) type Config struct {