diff --git a/www/DataStoreContent.js b/www/DataStoreContent.js index 5bb0623a..16314b48 100644 --- a/www/DataStoreContent.js +++ b/www/DataStoreContent.js @@ -79,6 +79,7 @@ Ext.define('PBS.DataStoreContent', { let url = `/api2/json/admin/datastore/${view.datastore}/snapshots`; this.store.setProxy({ type: 'proxmox', + timeout: 300*1000, // 5 minutes, we should make that api call faster url: url });