mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 09:20:18 +00:00
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:
parent
95f624b277
commit
689410588b
@ -183,7 +183,7 @@ Ext.define('PVE.qemu.NetworkInputPanel', {
|
|||||||
name: 'queues',
|
name: 'queues',
|
||||||
fieldLabel: 'Multiqueue',
|
fieldLabel: 'Multiqueue',
|
||||||
minValue: 1,
|
minValue: 1,
|
||||||
maxValue: 8,
|
maxValue: 64,
|
||||||
value: '',
|
value: '',
|
||||||
allowBlank: true,
|
allowBlank: true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user