Skip to content

Commit 79c8301

Browse files
committed
Increase MAX_ITERATIONS
To avoid accidentally excluding 3 trains from consideration.
1 parent f5af341 commit 79c8301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nyc_subway_zoom.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BULLET_COLOR = "#ee352e"
1414
# Number of hardcoded iterations to simulate an infinite loop, since Starlark
1515
# doesn't support infinite loops. Used for decoding protobuf messages and such,
1616
# which can support an arbitrary number of fields, etc.
17-
MAX_ITERATIONS = 64
17+
MAX_ITERATIONS = 2 << 20
1818

1919
# ==> Entrypoint.
2020

0 commit comments

Comments
 (0)