mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
[STREAM-1052] update generator to get 1000 rows/blocks per call
This commit is contained in:
parent
c35e0fb03b
commit
d323f7c757
@ -37,7 +37,7 @@
|
||||
) AS max_height,
|
||||
latest_block_height
|
||||
FROM
|
||||
TABLE(generator(ROWCOUNT => 500)),
|
||||
TABLE(generator(ROWCOUNT => 1000)),
|
||||
heights qualify block_number BETWEEN min_height
|
||||
AND max_height
|
||||
{% endmacro %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user