mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Reduce history queue max length (#243)
This commit is contained in:
@@ -177,7 +177,7 @@ export const useQueueStore = defineStore('queue', {
|
||||
async update() {
|
||||
const [queue, history] = await Promise.all([
|
||||
api.getQueue(),
|
||||
api.getHistory()
|
||||
api.getHistory(/* maxItems=*/ 64)
|
||||
])
|
||||
|
||||
const toClassAll = (tasks: TaskItem[]): TaskItemImpl[] =>
|
||||
|
||||
Reference in New Issue
Block a user