reduce poll ip cutoff to 90 days
This commit is contained in:
parent
da3a41b51a
commit
7fd67210d0
|
@ -250,7 +250,7 @@ func ProcessConfig() (err error) {
|
||||||
Config.LastIPCutoff = 12
|
Config.LastIPCutoff = 12
|
||||||
}
|
}
|
||||||
if Config.PollIPCutoff == 0 {
|
if Config.PollIPCutoff == 0 {
|
||||||
Config.PollIPCutoff = 180 // Default cutoff
|
Config.PollIPCutoff = 90 // Default cutoff
|
||||||
}
|
}
|
||||||
if Config.NoEmbed {
|
if Config.NoEmbed {
|
||||||
DefaultParseSettings.NoEmbed = true
|
DefaultParseSettings.NoEmbed = true
|
||||||
|
|
Loading…
Reference in New Issue