public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH widget-toolkit] fix #4961: disks: increase timeout to 1min
@ 2023-09-21  8:21 Gabriel Goller
  2023-09-26  7:55 ` Fabian Grünbichler
  0 siblings, 1 reply; 5+ messages in thread
From: Gabriel Goller @ 2023-09-21  8:21 UTC (permalink / raw)
  To: pbs-devel

Increase the timeout of the api call to `../nodes/localhost/disks/list`
to 1min. When having a lot of disks the default timeout of 30sec is
not enough.

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
 src/panel/DiskList.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/panel/DiskList.js b/src/panel/DiskList.js
index c5a0050..5785297 100644
--- a/src/panel/DiskList.js
+++ b/src/panel/DiskList.js
@@ -70,6 +70,7 @@ Ext.define('Proxmox.DiskList', {
 		type: 'proxmox',
 		extraParams: extraParams,
 		url: url,
+		timeout: 60*1000,
 	    });
 	    me.store.load();
 	},
-- 
2.39.2





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

end of thread, other threads:[~2023-09-28 12:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-21  8:21 [pbs-devel] [PATCH widget-toolkit] fix #4961: disks: increase timeout to 1min Gabriel Goller
2023-09-26  7:55 ` Fabian Grünbichler
2023-09-26  8:15   ` Dominik Csapak
2023-09-26 13:42     ` Thomas Lamprecht
2023-09-28 12:57       ` Gabriel Goller

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