hawkins / streamflow

:tv: Watch your favorite Twitch streamers without any downtime
https://streamflow-releases.now.sh/
MIT License
11 stars 3 forks source link

Add network request poll frequencies to config file #36

Open hawkins opened 7 years ago

hawkins commented 7 years ago

I.e.,

And just write them each as keys in the ~/.streamflow.json file with units as milliseconds, like so:

{
  favorites: [...],
  "online-poll-frequency": 60000,
  "status-poll-frequency": 60000,
  "viewer-poll-frequency": 5000
}

Maybe want to shorten the names, however