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:
parent
21898bb831
commit
e7668a3eea
@ -4,7 +4,7 @@ Ext.define('PBS.WebauthnConfigView', {
|
|||||||
|
|
||||||
url: "/api2/json/config/access/tfa/webauthn",
|
url: "/api2/json/config/access/tfa/webauthn",
|
||||||
cwidth1: 150,
|
cwidth1: 150,
|
||||||
interval: 1000,
|
interval: 2500,
|
||||||
|
|
||||||
rows: {
|
rows: {
|
||||||
rp: {
|
rp: {
|
||||||
|
Loading…
Reference in New Issue
Block a user