Experiment with 720 days for default poll vote cutoff.
This commit is contained in:
parent
f789a8498e
commit
e2f97d29cb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue