From 734bf1bcd5a1ccaff6aaec0b1e0f23d1e2fcc6c3 Mon Sep 17 00:00:00 2001 From: Ben Arc Date: Mon, 16 Aug 2021 07:36:02 +0100 Subject: [PATCH] made polling longer --- lnbits/extensions/lnticket/templates/lnticket/display.html | 2 +- lnbits/extensions/tpos/templates/tpos/tpos.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lnbits/extensions/lnticket/templates/lnticket/display.html b/lnbits/extensions/lnticket/templates/lnticket/display.html index bb59b682..3b48766c 100644 --- a/lnbits/extensions/lnticket/templates/lnticket/display.html +++ b/lnbits/extensions/lnticket/templates/lnticket/display.html @@ -187,7 +187,7 @@ }) } }) - }, 2000) + }, 3000) }) .catch(function (error) { LNbits.utils.notifyApiError(error) diff --git a/lnbits/extensions/tpos/templates/tpos/tpos.html b/lnbits/extensions/tpos/templates/tpos/tpos.html index a7172661..1727e6e9 100644 --- a/lnbits/extensions/tpos/templates/tpos/tpos.html +++ b/lnbits/extensions/tpos/templates/tpos/tpos.html @@ -238,7 +238,7 @@ }) } }) - }, 2000) + }, 3000) }) .catch(function (error) { LNbits.utils.notifyApiError(error)