Update status every minute
This commit is contained in:
parent
17a8e7b3dc
commit
a5c722cebf
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ internal static class SupportChild
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
statusUpdateTimer.Change(TimeSpan.FromMinutes(30), Timeout.InfiniteTimeSpan);
|
statusUpdateTimer.Change(TimeSpan.FromMinutes(1), Timeout.InfiniteTimeSpan);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue