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.