Skip to content

Commit

Permalink
Bump stations key to 4 hours
Browse files Browse the repository at this point in the history
Should change nothing - stations updates when battle_end or end_time changes - it will just decrease number of webhooks for the same station without any change.

However if frontend is using that field to show something like last_scanned in X hours it could break that.
  • Loading branch information
JabLuszko committed Sep 16, 2024
1 parent 02d82ba commit a2860b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapadroid/utils/madConstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
REDIS_CACHETIME_WEATHER = 900
REDIS_CACHETIME_POKESTOP_DATA = 900
REDIS_CACHETIME_ROUTE = 900
REDIS_CACHETIME_STATIONS = 900
REDIS_CACHETIME_STATIONS = 4*60*60

0 comments on commit a2860b1

Please sign in to comment.