Skip to content

Commit 5391a73

Browse files
committed
config UPDATE decrease backoff sleep to increase responsivity
Refs #1644
1 parent 1bd72ec commit 5391a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
/** @brief Timeout for PS structure accessing in
6060
* case there is too much contention (ms).
6161
*/
62-
#define NP2SRV_PS_BACKOFF_SLEEP 200
62+
#define NP2SRV_PS_BACKOFF_SLEEP 30
6363

6464
/** @brief Sleep time when terminating sub-ntf subscriptions
6565
* to give a chance for another threads to wake up (ms).

0 commit comments

Comments
 (0)