Skip to content

Commit 80e0750

Browse files
committed
chore(dashboard): increase log buffer from 1000 to 5000 entries
- Increase MAX_LOG_ENTRIES from 1000 to 5000 in dashboard/stats.py
1 parent 06f3d39 commit 80e0750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from dataclasses import dataclass, field
1111
from typing import Any
1212

13-
MAX_LOG_ENTRIES = 1000 # Размер rolling log buffer
13+
MAX_LOG_ENTRIES = 5000 # Размер rolling log buffer
1414

1515

1616
@dataclass

0 commit comments

Comments
 (0)