Change config to use torrents by default
Cette révision appartient à :
Parent
cf4e482046
révision
b927bbfbd4
1 fichiers modifiés avec 3 ajouts et 1 suppressions
|
@ -13,7 +13,9 @@ const (
|
||||||
// LastOldTorrentID is the highest torrent ID
|
// LastOldTorrentID is the highest torrent ID
|
||||||
// that was copied from the original Nyaa
|
// that was copied from the original Nyaa
|
||||||
LastOldTorrentID = 923000
|
LastOldTorrentID = 923000
|
||||||
TableName = "sukebei_torrents"
|
TableName = "torrents"
|
||||||
|
// for sukebei
|
||||||
|
//TableName = "sukebei_torrents"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
|
Référencer dans un nouveau ticket