Use ExecuteIdentityAsync for record insertion in ChineseNfoRegistry
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 11s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s

This commit is contained in:
孙诚
2025-04-03 17:02:10 +08:00
parent 4dbdf69c25
commit 7b0c5f8ce2

View File

@@ -195,7 +195,7 @@ public class ChineseNfoRegistry : Registry, IChineseNfoRegistry
}
record.Json = str;
_freeSql.Insert(record);
await _freeSql.Insert(record).ExecuteIdentityAsync();
_logger.LogInformation("ChineseNfoRegistry.GetTmdbTv() 接口调用, 休眠 5S");
await Task.Delay(5000);