懒得勤快 4 lat temu
rodzic
commit
a2f15e1b54

+ 1 - 1
src/Masuit.MyBlogs.Core/Common/PerfCounter.cs

@@ -35,7 +35,7 @@ namespace Masuit.MyBlogs.Core.Common
                         Console.ForegroundColor = ConsoleColor.White;
                         errorCount++;
                     }
-                    Thread.Sleep(1000);
+                    Thread.Sleep(5000);
                 }
             });
         }

+ 1 - 1
src/Masuit.MyBlogs.Core/wwwroot/Scripts/global/counter.js

@@ -262,6 +262,6 @@
                         option.series[0].data[1].value = item.memoryUsage.toFixed(2);
                         rateChart.setOption(option, true);
                     });
-                }, 1000);
+                }, 5000);
             });
         }