package config
// TODO: Perform navigation configuration at runtime
// Future hosts shouldn't have to rebuild the binary to update a setting
const (
// TorrentsPerPage : Number of torrents per page
TorrentsPerPage = 50
// MaxTorrentsPerPage : maximum torrents per page
MaxTorrentsPerPage = 300
)