We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e0097 commit b390ac9Copy full SHA for b390ac9
1 file changed
MyApp/Configure.AutoQuery.cs
@@ -19,7 +19,6 @@ public void Configure(IWebHostBuilder builder) => builder
19
services.AddPlugin(new AutoQueryFeature {
20
MaxLimit = 1000,
21
//IncludeTotal = true,
22
- UseDatabaseWriteLocks = true,
23
});
24
})
25
.ConfigureAppHost(appHost => {
0 commit comments