]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: webauthn: decrease upgrade frequency from 1s to 2.5s
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 7 Feb 2022 14:20:08 +0000 (15:20 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 7 Feb 2022 14:20:22 +0000 (15:20 +0100)
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>
www/config/WebauthnView.js

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