Etuldan / spaRSS

Based on Flym and Sparse RSS, this checks RSS/Atom news feeds, polling for updates from the device on a regular basis. Fetched items are available for offline reading.
Other
146 stars 31 forks source link

Refresh interval #283

Open slimnift opened 6 years ago

slimnift commented 6 years ago

I was curious where in the source code I can modify the refresh intervals? The app has options for 1 minute and 5 minute intervals, but I'd like to have options for 2, 3, and 4 minute intervals.

I've been looking through the RefreshService file but not sure what to modify or if that's even the right place to look. Thanks!