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:
Thomas Lamprecht 2022-04-12 16:40:35 +02:00
parent 6dce03cf5a
commit f77ff713db

View File

@ -17,7 +17,7 @@ Ext.define('Proxmox.node.DNSView', {
Ext.apply(me, {
url: `/api2/json/nodes/${me.nodename}/dns`,
cwidth1: 130,
interval: 1000,
interval: 10 * 1000,
run_editor: run_editor,
rows: {
search: {