mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 06:21:26 +00:00
perf(logging): skip eager debug formatting in diagnostic
This commit is contained in:
@@ -27,7 +27,7 @@ describe("diagnostic session state pruning", () => {
|
||||
});
|
||||
|
||||
it("caps tracked session states to a bounded max", () => {
|
||||
for (let i = 0; i < 2105; i += 1) {
|
||||
for (let i = 0; i < 2001; i += 1) {
|
||||
logSessionStateChange({ sessionId: `session-${i}`, state: "idle" });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user