mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
Lower floor on max history items setting (#2748)
This commit is contained in:
@@ -657,9 +657,9 @@ export const CORE_SETTINGS: SettingParams[] = [
|
||||
tooltip: 'The maximum number of tasks that show in the queue history.',
|
||||
type: 'slider',
|
||||
attrs: {
|
||||
min: 16,
|
||||
min: 2,
|
||||
max: 256,
|
||||
step: 16
|
||||
step: 2
|
||||
},
|
||||
defaultValue: 64,
|
||||
versionAdded: '1.4.12'
|
||||
|
||||
Reference in New Issue
Block a user