Is there a limit on how many nodes/relationships are processed in Browser? I have a database of about 22k nodes and 350k relationships. If I try to query and return a graph of over approx 1k nodes the browser window goes blank with the window going gray. I will need to then reopen the browser and guess at parameters that won't shut down the browser.
Though not entirely specific to a Neo4j Version for what version are you running?
In general however the more nodes/relationship to display the longer the time/resources required to render
Using Desktop 1.60 on Linux with the db being 5.22.0. Don't care about the time. The browser just goes gray and stops.
Setting Initial Node Display to 30000 and Max Neighbors to 300 and get the same result. Apparently there is something else to look at. Disappointing that a graph database isn't usable to see a usable graph of large (small really) data.