Skip to content

Commit

Permalink
Increase MAX_ITERATIONS
Browse files Browse the repository at this point in the history
To avoid accidentally excluding 3 trains from consideration.
  • Loading branch information
benesch committed Nov 27, 2024
1 parent f5af341 commit 79c8301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nyc_subway_zoom.star
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BULLET_COLOR = "#ee352e"
# Number of hardcoded iterations to simulate an infinite loop, since Starlark
# doesn't support infinite loops. Used for decoding protobuf messages and such,
# which can support an arbitrary number of fields, etc.
MAX_ITERATIONS = 64
MAX_ITERATIONS = 2 << 20

# ==> Entrypoint.

Expand Down

0 comments on commit 79c8301

Please sign in to comment.