Skip to content

Commit

Permalink
More time to reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Santos committed Mar 21, 2017
1 parent 7b710fa commit 2336ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NetworkCardRestart/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ namespace NetworkCardRestart
{
class Program
{
private const int MillisecondsTimeoutDC = 5000;
private const int MillisecondsTimeoutC = 7000;
private const int MillisecondsTimeoutDC = 1000 * 5;
private const int MillisecondsTimeoutC = 1000 * 12;

private const int TimesPing = 4;
private const int AttemptsToRestart = 20;
Expand Down

0 comments on commit 2336ce0

Please sign in to comment.