Experiment with 720 days for default poll vote cutoff.

This commit is contained in:
Azareal 2020-01-02 15:48:05 +10:00
parent f789a8498e
commit e2f97d29cb
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ func ProcessConfig() (err error) {
Config.LastIPCutoff = 12 Config.LastIPCutoff = 12
} }
if Config.PollIPCutoff == 0 { if Config.PollIPCutoff == 0 {
Config.PollIPCutoff = -1 // Default cutoff Config.PollIPCutoff = 720 // Default cutoff
} }
if Config.NoEmbed { if Config.NoEmbed {
DefaultParseSettings.NoEmbed = true DefaultParseSettings.NoEmbed = true