In stackDelegate.js there is a property called numNodes (self.numNodes at the top of the StackDelegate class) that specifies an upper bound for the number of nodes that can be returned for any given request. There should be a text input (maybe next to the filter inputs) to specify this. However, an issue with this is that, once you specify numNodes in a request, the service seems to stick with that, even if you specify different values for numNodes in subsequent requests. Note: numNodes must be appended to the url as a query string (&numNodes=1000)
In stackDelegate.js there is a property called numNodes (self.numNodes at the top of the StackDelegate class) that specifies an upper bound for the number of nodes that can be returned for any given request. There should be a text input (maybe next to the filter inputs) to specify this. However, an issue with this is that, once you specify numNodes in a request, the service seems to stick with that, even if you specify different values for numNodes in subsequent requests. Note: numNodes must be appended to the url as a query string (&numNodes=1000)