gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: set initial value to fetch statu


From: gnunet
Subject: [taler-merchant] branch master updated: set initial value to fetch status to 250 ms
Date: Sun, 16 Aug 2020 16:48:42 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 35e2820  set initial value to fetch status to 250 ms
35e2820 is described below

commit 35e2820e26db8eabb76987abc4387762c6814285
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 16 16:48:40 2020 +0200

    set initial value to fetch status to 250 ms
---
 contrib/request_payment.en.must | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/contrib/request_payment.en.must b/contrib/request_payment.en.must
index fe84093..a7fd0a6 100644
--- a/contrib/request_payment.en.must
+++ b/contrib/request_payment.en.must
@@ -126,8 +126,7 @@ body {
     req.open("GET", checkUrl);
     req.send();
   }
-
-  setTimeout(check, delayMs);
+  setTimeout(check, 250);
 </script>
 
 <section id="main" class="content">

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]