public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-manager] ui: qemu: network: increase max queues to 128
@ 2022-11-16  4:13 Alexandre Derumier
  2022-11-17  8:27 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Derumier @ 2022-11-16  4:13 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
---
 www/manager6/qemu/NetworkEdit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/qemu/NetworkEdit.js b/www/manager6/qemu/NetworkEdit.js
index b39cffdc..ccce14ff 100644
--- a/www/manager6/qemu/NetworkEdit.js
+++ b/www/manager6/qemu/NetworkEdit.js
@@ -157,7 +157,7 @@ Ext.define('PVE.qemu.NetworkInputPanel', {
 		name: 'queues',
 		fieldLabel: 'Multiqueue',
 		minValue: 1,
-		maxValue: 8,
+		maxValue: 128,
 		value: '',
 		allowBlank: true,
 	    },
-- 
2.30.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-17  8:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-16  4:13 [pve-devel] [PATCH pve-manager] ui: qemu: network: increase max queues to 128 Alexandre Derumier
2022-11-17  8:27 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal