We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0555a80 commit 1df32c3Copy full SHA for 1df32c3
layout/_plugins/pjax/index.ejs
@@ -15,7 +15,7 @@
15
const performanceMonitor = {
16
slowThreshold: 800, // 慢请求阈值(毫秒)
17
slowCount: 0, // 连续慢请求计数
18
- maxSlowAllowed: 2, // 允许的最大连续慢请求数
+ maxSlowAllowed: 1, // 允许的最大连续慢请求数
19
requestStartTime: 0, // 请求开始时间戳
20
21
// 记录请求开始时间
0 commit comments