Tysonpower / starlinkstatus

starlinkstatus.space - Starlink Statuspage with Speedtest
96 stars 14 forks source link

Datasaver mode in docker #47

Closed djrarky closed 3 months ago

djrarky commented 1 year ago

Hi,

I'd like to know what the default polling period is in docker, and how I can reduce / change how often speedtests are queried.

Thanks so much

Tysonpower commented 3 months ago

not needed anymore, no datacap now.

djrarky commented 3 months ago

Appreciate there's no datacap, but I don't wish to have my connection effectively hrottled so often. For that reason i won't feed data, and I can't imagine I'm the only one,

Can you not add the frequency as an ENV variable? Would you accept a PR if I implemented that?

Tysonpower commented 3 months ago

will do that, good point

Tysonpower commented 3 months ago

Done :) You can now specify an INTERVAL in second inside the docker-compose file to set the interval. Default is 900s (15min)