commit 915ede9bec0735d3049cbd2689c83f01bc16a7a1
parent df02047855a345742cc57988ae971eb47bc1a93f
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 28 Jan 2024 22:04:10 +0100
saner LP timeout
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-wirewatch.c b/src/backend/taler-merchant-wirewatch.c
@@ -32,7 +32,7 @@
* and do not want to wake up too often.
*/
#define BANK_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, \
- 30)
+ 5)
/**
* Information about a watch job.