Changed default value for SEB Server timeout to 30 seconds.
This commit is contained in:
parent
20d25b50cd
commit
a9af0f41bc
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ namespace SafeExamBrowser.Configuration.ConfigurationData
|
|||
|
||||
settings.Server.RequestAttemptInterval = 2000;
|
||||
settings.Server.RequestAttempts = 5;
|
||||
settings.Server.RequestTimeout = 5000;
|
||||
settings.Server.RequestTimeout = 30000;
|
||||
settings.Server.PerformFallback = false;
|
||||
|
||||
settings.Service.DisableChromeNotifications = true;
|
||||
|
|
Loading…
Reference in a new issue