From e7668a3eeaa6fcf3f777a088acb52f11cad71094 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 7 Feb 2022 15:20:08 +0100 Subject: [PATCH] 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 --- www/config/WebauthnView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/config/WebauthnView.js b/www/config/WebauthnView.js index db2d7d8a..609585a5 100644 --- a/www/config/WebauthnView.js +++ b/www/config/WebauthnView.js @@ -4,7 +4,7 @@ Ext.define('PBS.WebauthnConfigView', { url: "/api2/json/config/access/tfa/webauthn", cwidth1: 150, - interval: 1000, + interval: 2500, rows: { rp: { -- 2.39.5