ui: webauthn: decrease upgrade frequency from 1s to 2.5s

this is nothing to important and nothing that'll get changed *that*
often, so 2.5s is more than enough.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-02-07 15:20:08 +01:00
parent 21898bb831
commit e7668a3eea
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Ext.define('PBS.WebauthnConfigView', {
url: "/api2/json/config/access/tfa/webauthn",
cwidth1: 150,
interval: 1000,
interval: 2500,
rows: {
rp: {