Fetch parameters control how Multi-Market fetches and prepares data for each test market.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Fetch parameters ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Time zone offset in hours. UTC = 0 time_zone = 0 ; This option is helpful to prevent frequent downloads of data files. ; It accepts time in *minutes*, where 0 means the option is off. if_missing_or_older_than = 0
time_zone is passed to the fetch process as an hour offset.if_missing_or_older_than checks data file freshness in minutes../res/<server>.json.time_zone = -4 if_missing_or_older_than = 60