reduce poll ip cutoff to 90 days

This commit is contained in:
Azareal 2020-02-19 15:00:55 +10:00
parent da3a41b51a
commit 7fd67210d0
1 changed files with 1 additions and 1 deletions

View File

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