chenqingyu / auto-sub

Automatically exported from code.google.com/p/auto-sub
0 stars 0 forks source link

RSS/API times in config #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Let users change the times when RSS and API check is run.
Users should not be able to set times lower then they are now to prevent 
hammering.

Original issue reported on code.google.com by basroi...@gmail.com on 16 Feb 2012 at 1:40

GoogleCodeExporter commented 9 years ago
Hi,

Let me refer you to the topic on bierdopje. Are you going to pick this issue 
up? if so, we first have to discuss the impact. Like i said in the topic all 
threads except from checkSub have no impact on the API. If you allow users to 
set a new interval time for checkSub this might have a huge impact on the API 
calls. So if you pick this issue up, let us first discuss it at the developers 
mail list.

Thanks!

Original comment by romke.va...@gmail.com on 16 Feb 2012 at 9:48

GoogleCodeExporter commented 9 years ago
I know it needs more investigation that's why I created the issue.

Original comment by basroi...@gmail.com on 17 Feb 2012 at 7:37

GoogleCodeExporter commented 9 years ago
I would like to check only once a day. 

Maybe make the intervals configurable BUT make a hardcoded lowerbound which 
will override the config values when set too low?

Original comment by rinkeblo...@gmail.com on 17 Feb 2012 at 8:33

GoogleCodeExporter commented 9 years ago
@basroijen Ah k, great! 

@rinkebootens
Already though about hardcoding yeah. Like:
if checkSubinterval < 3600 (1 hour) checkSubinterval = 3600 

Original comment by romke.va...@gmail.com on 17 Feb 2012 at 9:53

GoogleCodeExporter commented 9 years ago
yep, that's what i meant

Original comment by rinkeblo...@gmail.com on 17 Feb 2012 at 10:11

GoogleCodeExporter commented 9 years ago
That is the same idea as I had in mind.
Great minds think alike:)

Original comment by basroi...@gmail.com on 17 Feb 2012 at 11:37

GoogleCodeExporter commented 9 years ago

Original comment by romke.va...@gmail.com on 18 Feb 2012 at 2:38

GoogleCodeExporter commented 9 years ago

Original comment by romke.va...@gmail.com on 19 Feb 2012 at 2:24