xf 1 year ago
parent
commit
d3a848c42f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Hotline.Api/Controllers/Bigscreen/DataScreenController.cs

+ 1 - 1
src/Hotline.Api/Controllers/Bigscreen/DataScreenController.cs

@@ -409,7 +409,7 @@ namespace Hotline.Api.Controllers.Bigscreen
                     Title = d.Title,
                     SumCount = x.SumCount,
                     Id = d.Id,
-                }).ToListAsync();
+                }).Take(50).ToListAsync();
 
             return list;
         }