◆ DATA_UPDATE_POLLING_DEFAULT
const int FiftyOne.Pipeline.Engines.Constants.DATA_UPDATE_POLLING_DEFAULT = 30 * 60 |
Default polling interval for the data update service in seconds.
\r\n
Static class containing various constants that are used by the Pipeline and/or are helpful to callers.
const string | FIFTYONE_COOKIE_PREFIX = "51d_"
The prefix that is added to all cookies set by 51Degrees client-side code that can be used as evidence. More...
|
const string | DEFAULT_ASP_COOKIE_NAME = "asp.net_sessionid"
The default name of the cookie that holds the ID for the ASP.NET session. More...
|
const int | DATA_UPDATE_POLLING_DEFAULT = 30 * 60
Default polling interval for the data update service in seconds. More...
|
const int | DATA_UPDATE_RANDOMISATION_DEFAULT = 10 * 60
Default randomization to be applied to the calculated update timer interval in seconds. More...
|
const int FiftyOne.Pipeline.Engines.Constants.DATA_UPDATE_POLLING_DEFAULT = 30 * 60 |
Default polling interval for the data update service in seconds.
const int FiftyOne.Pipeline.Engines.Constants.DATA_UPDATE_RANDOMISATION_DEFAULT = 10 * 60 |
Default randomization to be applied to the calculated update timer interval in seconds.
This is used to help prevent many requests hitting the update distribution endpoint at exactly the same time.
const string FiftyOne.Pipeline.Engines.Constants.DEFAULT_ASP_COOKIE_NAME = "asp.net_sessionid" |
The default name of the cookie that holds the ID for the ASP.NET session.
const string FiftyOne.Pipeline.Engines.Constants.FIFTYONE_COOKIE_PREFIX = "51d_" |
The prefix that is added to all cookies set by 51Degrees client-side code that can be used as evidence.