From 5391a73bf27b4878f981bf8a474e206cd2d212c3 Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Tue, 1 Oct 2024 09:53:27 +0200 Subject: [PATCH] config UPDATE decrease backoff sleep to increase responsivity Refs #1644 --- src/config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h.in b/src/config.h.in index 50c7a757..19273d38 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -59,7 +59,7 @@ /** @brief Timeout for PS structure accessing in * case there is too much contention (ms). */ -#define NP2SRV_PS_BACKOFF_SLEEP 200 +#define NP2SRV_PS_BACKOFF_SLEEP 30 /** @brief Sleep time when terminating sub-ntf subscriptions * to give a chance for another threads to wake up (ms).