Skip to content

Commit

Permalink
Adding line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex committed Jan 31, 2024
1 parent 6a70c6e commit 16e6020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lombiq.NodeJs.Extensions/CustomExecTasks/SharedMutex.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public class SharedMutex
{
private readonly string _mutexName;
private readonly TimeSpan _timeout;

public int RetryIntervalMs { get; set; } = 100;

public SharedMutex(string mutexName, TimeSpan timeout)
Expand Down

0 comments on commit 16e6020

Please sign in to comment.