We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92949a8 commit 75c2761Copy full SHA for 75c2761
server/StrDss.Data/Repositories/BizLicenceRepository.cs
@@ -159,6 +159,8 @@ public async Task ProcessBizLicTempTable(long lgId)
159
{
160
var processStopwatch = Stopwatch.StartNew();
161
162
+ _dbContext.Database.SetCommandTimeout(300);
163
+
164
await _dbContext.Database.ExecuteSqlRawAsync($"CALL dss_process_biz_lic_table({lgId});");
165
166
processStopwatch.Stop();
0 commit comments