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 internals of VDMS are not correctly returning used connections to Neo4J, causing a hard-limit to occur on the number of sequential transactions that are allowed.
To Reproduce
Issue more than 16 VDMS transactions in a row.
Expected behavior
Internally, connections should be returned and re-used after transaction commit.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently the internals of VDMS are not correctly returning used connections to Neo4J, causing a hard-limit to occur on the number of sequential transactions that are allowed.
To Reproduce
Issue more than 16 VDMS transactions in a row.
Expected behavior
Internally, connections should be returned and re-used after transaction commit.
The text was updated successfully, but these errors were encountered: