Skip to content

Commit

Permalink
ISSUE-186: Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robiningelbrecht committed Jan 24, 2025
1 parent ca66336 commit 2132028
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ STRAVA_REFRESH_TOKEN=YOUR_REFRESH_TOKEN
# per import. Considering there's a 1000 request per day limit and importing one new activity can
# take up to 3 API calls, 250 should be a safe number.
NUMBER_OF_NEW_ACTIVITIES_TO_PROCESS_PER_IMPORT=250
# The schedule to periodically run the import and HTML builds. Leave empty to disable periodic imports.
# The default schedule runs once a day at 04:05. If you do not know what cron expressions are, please leave this unchanged
# Make sure you don't run the imports too much to avoid hitting the Strava API rate limit. Once a day should be enough.
IMPORT_AND_BUILD_SCHEDULE="5 4 * * *"

# Allowed options: en_US, fr_FR or nl_BE
LOCALE=en_US
Expand Down

0 comments on commit 2132028

Please sign in to comment.