perf(webui): accelerate JSONL session list and thread loading (#5194)
This commit is contained in:
@@ -685,7 +685,7 @@ describe("useSessions", () => {
|
||||
"tok",
|
||||
"websocket:paged",
|
||||
expect.objectContaining({
|
||||
limit: 160,
|
||||
limit: 80,
|
||||
direction: "latest",
|
||||
signal: expect.any(AbortSignal),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user