Skip to content

Commit

Permalink
config UPDATE decrease backoff sleep to increase responsivity
Browse files Browse the repository at this point in the history
Refs #1644
  • Loading branch information
michalvasko committed Oct 1, 2024
1 parent 1bd72ec commit 5391a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 5391a73

Please sign in to comment.