Boosting single subscriber feeds that publish once a month from 12 hours to 6 hours.

This commit is contained in:
Samuel Clay 2021-04-20 18:46:16 -04:00
parent b571e74242
commit ddc8563080

View file

@ -2151,7 +2151,7 @@ class Feed(models.Model):
if subs > 1:
total = 60 - (spd * 60)
else:
total = 60*12 - (spd * 60*12)
total = 60*6 - (spd * 60*6)
elif spd == 0:
if subs > 1:
total = 60 * 6