From 328238bcc728772a01a8f1ff67ad9532fa0168bc Mon Sep 17 00:00:00 2001 From: nanos Date: Tue, 14 Mar 2023 07:59:45 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 926e5f9..bedaa00 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ If you want to, you can of course also run this script locally as a cron job: When setting up your cronjob, do make sure you are setting the interval long enough that two runs of the script don't overlap though! Running this script with overlapping will have unpleasant results ... +If you are running this script locally, my recommendation is to run it manually once, before turning on the cron job: The first run will be singificantly slower than subsequent runs, and that will help you prevent overlapping during that first run. + ## Acknowledgments This script is mostly taken from [Abhinav Sarkar](https://notes.abhinavsarkar.net/2023/mastodon-context), with just some additions and alterations. Thank you Abhinav!