Browse Source

Bump min to 5min to help not spam feeds with no cache control

kegan/rss-guids
Kegan Dougal 8 years ago
parent
commit
b903860af9
  1. 2
      src/github.com/matrix-org/go-neb/services/rssbot/rssbot.go

2
src/github.com/matrix-org/go-neb/services/rssbot/rssbot.go

@ -18,7 +18,7 @@ import (
var cachingClient *http.Client
const minPollingIntervalSeconds = 60 // 1 min (News feeds can be genuinely spammy)
const minPollingIntervalSeconds = 60 * 5 // 5 min (News feeds can be genuinely spammy)
type rssBotService struct {
types.DefaultService

Loading…
Cancel
Save