wasmerio/wasmer

Edge-CLI: Increase instance log query pagination limit

Opened this issue · 2 comments

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?

ayys commented

Current max size is 100 per page. I can easily bump it up though.