ZimmertyZim
09/06/2023, 1:00 PMSystem.Data.SqlClient.SqlException (0x80131904): Lock request time out period exceeded.\r\nThe statement has been terminated.\r\n
followed by:
System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
How can I go about correcting this? It's a massive sticking point right now.ZimmertyZim
09/06/2023, 4:09 PMMike Chambers
09/06/2023, 8:22 PMUmbraco.Core.SqlWriteLockTimeOut
which you defaulted to 5 secs and could be extended to 20secs ?
looks like it changed name in v10
https://docs.umbraco.com/umbraco-cms/reference/configuration/globalsettings#distributed-write-lock-defaulttimeout
Globalsetting SqlWriteLockTimeOut has been removed
This setting has been superseded by DistributedLockingWriteLockDefaultTimeout`
might help?ZimmertyZim
09/07/2023, 12:22 AMA hub and casual space for you to interact with fellow community members and learn more about Umbraco!
Powered by