We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5af341 commit 79c8301Copy full SHA for 79c8301
nyc_subway_zoom.star
@@ -14,7 +14,7 @@ BULLET_COLOR = "#ee352e"
14
# Number of hardcoded iterations to simulate an infinite loop, since Starlark
15
# doesn't support infinite loops. Used for decoding protobuf messages and such,
16
# which can support an arbitrary number of fields, etc.
17
-MAX_ITERATIONS = 64
+MAX_ITERATIONS = 2 << 20
18
19
# ==> Entrypoint.
20
0 commit comments