Browser calling CALL dbms.queryJmx("org.neo4j:*")

I am ending up with multiple (10 or so queries) running

CALL dbms.queryJmx("org.neo4j:*")

about twenty-forty seconds apart. Perhaps due to the large size of the database, or some other factor, they don't finish in a timely manner (3 minutes or so). Is there a setting to disable these calls? It seems that eventually the browser won't send any more queries until all of these are done.

Which version of Neo4j are you using? We did have one of the JMX beans being particularly slow, though we fixed that in 3.4.10.

Neo4j Browser version: 3.2.5

Neo4j Server version: 3.4.5 (enterprise)

I'll see about getting that updated, thanks.