saq1b commited on
Commit
53e4005
·
verified ·
1 Parent(s): 68f8e9e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -62,7 +62,7 @@ CATEGORIES = [
62
  VALUES_RANGE = 'B6:P' # Range within each category sheet
63
 
64
  # Cache Update Interval
65
- CACHE_UPDATE_INTERVAL_SECONDS = 60 # 1 minute
66
 
67
  # --- Global Cache ---
68
  cache = {
 
62
  VALUES_RANGE = 'B6:P' # Range within each category sheet
63
 
64
  # Cache Update Interval
65
+ CACHE_UPDATE_INTERVAL_SECONDS = 60 * 5 # 5 minutes
66
 
67
  # --- Global Cache ---
68
  cache = {