wasmer
wasmer copied to clipboard
Edge-CLI: Increase instance log query pagination limit
The GraphQL API was previously limited to only fetching ten log rows per request.
This has been fixed by https://github.com/wasmerio/wapm.io-backend/issues/653.
We should increase the pagination size to something more reasonable.
@ayys , what is the max page size now?
Current max size is 100 per page. I can easily bump it up though.