ui: qemu: network: increase max queues to 64

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
 [T: 128 -> 64, see qemu-server commit]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Alexandre Derumier 2022-11-16 05:13:48 +01:00 committed by Thomas Lamprecht
parent 95f624b277
commit 689410588b

View File

@ -183,7 +183,7 @@ Ext.define('PVE.qemu.NetworkInputPanel', {
name: 'queues',
fieldLabel: 'Multiqueue',
minValue: 1,
maxValue: 8,
maxValue: 64,
value: '',
allowBlank: true,
},