Skip to content

Commit

Permalink
MORE BUCKETS
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-sentry committed Jul 23, 2024
1 parent 104914b commit cbd9da9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
f"attr_bool_{i}",
Map(String(), Bool(), modifiers=Modifiers(codecs=["ZSTD(1)"])),
)
for i in range(10)
for i in range(50)
]
)

Expand Down Expand Up @@ -140,7 +140,7 @@
granularity=1,
target=OperationTarget.LOCAL,
)
for i in range(10)
for i in range(50)
]
)

Expand Down

0 comments on commit cbd9da9

Please sign in to comment.