You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the ElasticSearch and Neo4j result Futures are stored in the session. This poses a problem when the widgets should be able to asynchronously load their data and render as soon as their data is available. When a longer-running process accesses the Session first, all other data retrieval requests wait at the Session monitor. This can cause widgets to display the loading message longer than necessary.
The text was updated successfully, but these errors were encountered:
Currently, the ElasticSearch and Neo4j result Futures are stored in the session. This poses a problem when the widgets should be able to asynchronously load their data and render as soon as their data is available. When a longer-running process accesses the Session first, all other data retrieval requests wait at the Session monitor. This can cause widgets to display the loading message longer than necessary.
The text was updated successfully, but these errors were encountered: