Skip to content

Commit

Permalink
common UPDATE increase oper cache lock timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed May 31, 2024
1 parent e601804 commit bfdd755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ struct srplg_ntf_s;
#define SR_CONN_RUN_CACHE_LOCK_TIMEOUT 1000

/** timeout for write-locking connection oper cache (ms) */
#define SR_CONN_OPER_CACHE_LOCK_TIMEOUT 10
#define SR_CONN_OPER_CACHE_LOCK_TIMEOUT 50

/** timeout for write-locking connection subscription oper cache data (ms) */
#define SR_CONN_OPER_CACHE_DATA_LOCK_TIMEOUT 1000
Expand Down

0 comments on commit bfdd755

Please sign in to comment.