Skip to content

Commit 1df32c3

Browse files
authored
Update index.ejs
1 parent 0555a80 commit 1df32c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout/_plugins/pjax/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
const performanceMonitor = {
1616
slowThreshold: 800, // 慢请求阈值(毫秒)
1717
slowCount: 0, // 连续慢请求计数
18-
maxSlowAllowed: 2, // 允许的最大连续慢请求数
18+
maxSlowAllowed: 1, // 允许的最大连续慢请求数
1919
requestStartTime: 0, // 请求开始时间戳
2020
2121
// 记录请求开始时间

0 commit comments

Comments
 (0)