Apply a paging limit on API calls
If you put 10000 as page-size for the Block-numbers
API, you get a 504 after a long period of wait (i.e. probably a timeout occurred). Probably need to limit allowed page-size to a more reasonable value.
If you put 10000 as page-size for the Block-numbers
API, you get a 504 after a long period of wait (i.e. probably a timeout occurred). Probably need to limit allowed page-size to a more reasonable value.