mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-02-12 15:02:45 +00:00
increase size of tiles
This commit is contained in:
@@ -30,7 +30,7 @@ def terraform_rate_expression_to_minutes(rate_expression: str) -> Tuple[int, int
|
||||
|
||||
UPDATE_RATE_MINS = terraform_rate_expression_to_minutes(os.getenv("UPDATE_RATE_MINS", "rate(60 minutes)"))
|
||||
GRACE_PERIOD_MINS = int(2) # XXX: set expiration a few minutes after in case put object takes a while
|
||||
TILE_SIZE_DEGREES = int(5)
|
||||
TILE_SIZE_DEGREES = int(20)
|
||||
|
||||
WHITELISTED_TAGS = [
|
||||
"operator",
|
||||
|
||||
Reference in New Issue
Block a user