gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -DCE


From: gnunet
Subject: [taler-exchange] branch master updated: -DCE
Date: Mon, 08 Jan 2024 19:11:06 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 44b327f2 -DCE
44b327f2 is described below

commit 44b327f2d3f88b949651a8cb02c568f1ff3012d0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 8 19:10:56 2024 +0100

    -DCE
---
 src/exchange/taler-exchange-expire.c | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/src/exchange/taler-exchange-expire.c 
b/src/exchange/taler-exchange-expire.c
index d99c430e..207e7bda 100644
--- a/src/exchange/taler-exchange-expire.c
+++ b/src/exchange/taler-exchange-expire.c
@@ -73,11 +73,6 @@ static struct TALER_EXCHANGEDB_Plugin *db_plugin;
  */
 static struct GNUNET_SCHEDULER_Task *task;
 
-/**
- * How long should we sleep when idle before trying to find more work?
- */
-static struct GNUNET_TIME_Relative expire_idle_sleep_interval;
-
 /**
  * How big are the shards we are processing? Is an inclusive offset, so every
  * shard ranges from [X,X+shard_size) exclusive.  So a shard covers
@@ -141,17 +136,6 @@ shutdown_task (void *cls)
 static enum GNUNET_GenericReturnValue
 parse_expire_config (void)
 {
-  if (GNUNET_OK !=
-      GNUNET_CONFIGURATION_get_value_time (cfg,
-                                           "exchange",
-                                           "EXPIRE_IDLE_SLEEP_INTERVAL",
-                                           &expire_idle_sleep_interval))
-  {
-    GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
-                               "exchange",
-                               "EXPIRE_IDLE_SLEEP_INTERVAL");
-    return GNUNET_SYSERR;
-  }
   if (NULL ==
       (db_plugin = TALER_EXCHANGEDB_plugin_load (cfg)))
   {

-- 
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]