Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Change config to use torrents by default

Cette révision appartient à :
Eliot Whalan 2017-05-15 19:09:05 +10:00
Parent cf4e482046
révision b927bbfbd4

Voir le fichier

@ -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 {