We have a strange problem with writing into Neo4J database. Reading works fine at all times.
After certain time of operation, our database will get into the state, where writes are not possible anymore. Any query "MATCH ... SET ... RETURN" hangs indi...