Update TDengine

This commit is contained in:
sunkaixuan
2025-06-05 20:13:57 +08:00
parent c218e49e64
commit 6f01050e17

View File

@@ -63,7 +63,7 @@ namespace SqlSugar
{
if (this.GetBuider()?.DbFastestProperties?.NoPage == true)
{
Size = int.MaxValue;
Size = int.MaxValue/2;
}
int resul=0;
await this.context.Utilities.PageEachAsync(datas, Size, async item =>