ui: update datastore list more often

Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
This commit is contained in:
Hannes Laimer 2022-04-26 06:23:33 +00:00 committed by Thomas Lamprecht
parent adf5dcba8d
commit fbd6f54f39
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ Ext.define('PBS.view.main.NavigationTree', {
init: function(view) {
view.rstore = Ext.create('Proxmox.data.UpdateStore', {
autoStart: true,
interval: 15 * 1000,
interval: 5 * 1000,
storeid: 'pbs-datastore-list',
model: 'pbs-datastore-list',
});