mirror of https://github.com/infosecn1nja/C3.git
Update delay for o365 channels
parent
65a8c47581
commit
e8468a5697
|
@ -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.
|
/// 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.
|
/// 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
|
/// Endpoint used to add file to OneDrive
|
||||||
static Crypto::String RootEndpoint;
|
static Crypto::String RootEndpoint;
|
||||||
|
|
|
@ -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.
|
/// 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.
|
/// 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.
|
/// Endpoints used by Office365 methods.
|
||||||
static Crypto::String ItemEndpoint;
|
static Crypto::String ItemEndpoint;
|
||||||
|
|
Loading…
Reference in New Issue