mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-21 23:28:10 +00:00
dns: increase api intervall from 1s to 10s
this is not something that changes very often, so avoid to many api calls. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6dce03cf5a
commit
f77ff713db
@ -17,7 +17,7 @@ Ext.define('Proxmox.node.DNSView', {
|
|||||||
Ext.apply(me, {
|
Ext.apply(me, {
|
||||||
url: `/api2/json/nodes/${me.nodename}/dns`,
|
url: `/api2/json/nodes/${me.nodename}/dns`,
|
||||||
cwidth1: 130,
|
cwidth1: 130,
|
||||||
interval: 1000,
|
interval: 10 * 1000,
|
||||||
run_editor: run_editor,
|
run_editor: run_editor,
|
||||||
rows: {
|
rows: {
|
||||||
search: {
|
search: {
|
||||||
|
Loading…
Reference in New Issue
Block a user