Update delay for o365 channels

dependabot/npm_and_yarn/Src/WebController/UI/websocket-extensions-0.1.4
Pawel Kurowski 2020-05-15 12:55:54 +02:00
parent 65a8c47581
commit e8468a5697
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ namespace FSecure::C3::Interfaces::Channels
/// Values used as default for channel jitter. 30 ms if unset. Current jitter value can be changed at runtime.
/// Set long delay otherwise O365 rate limit will heavily impact channel.
constexpr static std::chrono::milliseconds s_MinUpdateDelay = 1000ms, s_MaxUpdateDelay = 1000ms;
constexpr static std::chrono::milliseconds s_MinUpdateDelay = 3500ms, s_MaxUpdateDelay = 6500ms;
/// Endpoint used to add file to OneDrive
static Crypto::String RootEndpoint;

View File

@ -27,7 +27,7 @@ namespace FSecure::C3::Interfaces::Channels
/// Values used as default for channel jitter. 30 ms if unset. Current jitter value can be changed at runtime.
/// Set long delay otherwise O365 rate limit will heavily impact channel.
constexpr static std::chrono::milliseconds s_MinUpdateDelay = 1000ms, s_MaxUpdateDelay = 1000ms;
constexpr static std::chrono::milliseconds s_MinUpdateDelay = 3500ms, s_MaxUpdateDelay = 6500ms;
/// Endpoints used by Office365 methods.
static Crypto::String ItemEndpoint;