diff --git a/README.md b/README.md index f3966a1..db6340e 100644 --- a/README.md +++ b/README.md @@ -69,4 +69,4 @@ Part of the deal with Heroku's free tier is that you're allocated 550 hours/mont A good solution for this is to set up a simple cronjob on any device at your home that is consistently powered on and connected to the internet (in my case, a PiHole worked perfectly). All the device needs to do is fetch app content on a consistent basis to keep the app alive in whatever ~17 hour window you want it on (17 hrs * 31 days = 527, meaning you'd still have 23 leftover hours each month if you searched outside of your target window). -For instance: `*/20 7-23 * * * curl https://.herokuapp.com > /home//shoogle-refresh` will fetch the home page of the app every 20 minutes between 8am and midnight, allowing for downtime from midnight to 7am. And again, this wouldn't be a hard limit - you'd still have plenty of remaining hours of uptime each month in case you were searching after this window has closed. +For instance: `*/20 7-23 * * * curl https://.herokuapp.com > /home//shoogle-refresh` will fetch the home page of the app every 20 minutes between 7am and midnight, allowing for downtime from midnight to 7am. And again, this wouldn't be a hard limit - you'd still have plenty of remaining hours of uptime each month in case you were searching after this window has closed.