SEBWIN-504: Reverted ping interval to 1000ms.
This commit is contained in:
parent
d2cc87f12d
commit
6b1aa69715
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ namespace SafeExamBrowser.Server
|
|||
|
||||
pingTimer.AutoReset = false;
|
||||
pingTimer.Elapsed += PingTimer_Elapsed;
|
||||
pingTimer.Interval = 2000;
|
||||
pingTimer.Interval = 1000;
|
||||
pingTimer.Start();
|
||||
logger.Info("Started sending pings.");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue