Skip to content

Commit

Permalink
change zoom_max to 6 to allow better grouping of fast high zoom jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrigsby-sc committed May 21, 2021
1 parent 714b0ea commit 778c09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch-setup/make_meta_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ def to_coord_set(coords, max_zoom, min_zoom):

# TODO: split zoom and zoom max should come from config.
split_zoom = 10
zoom_max = 7
zoom_max = 6

region = args.region or os.environ.get('AWS_DEFAULT_REGION')
if region is None:
Expand Down

0 comments on commit 778c09a

Please sign in to comment.