m.duecker的活动

Hi,

I had the same issue.

By default the MS SQL Server will lock entries when they are updated until the transaction is committed. Hence you can create deadlocks that will eventually let your query run into a timeout.

The option Read Committed Snapshot On can solve this issue as you will always get the latest commit. I changed the settings in my SQL Server and afterwards the creation of tenants works fine.

显示 1 个条目中的 1 到 1 个.
Made with ❤️ on ABP v8.2.0-preview Updated on 三月 25, 2024, 15:11