Apply a paging limit on API calls
If I put 10000 as page-size for the Block-numbers
API, I get a 504 after a long period of wait. Might be wise to limit page-size on the backend to 1000 or give an error straight away if over a certain number.
If I put 10000 as page-size for the Block-numbers
API, I get a 504 after a long period of wait. Might be wise to limit page-size on the backend to 1000 or give an error straight away if over a certain number.