xf 1 rok temu
rodzic
commit
d3a848c42f

+ 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;
         }