Hi, we are running neo4j community 4.2 and native python driver.
Under heavy parallel load we encounter DeadlockDetected exception (can't wait on resource RWLock) relationships creation.
Is there a way to increase wait timeout for write lock acquisit...