Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « serverless « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2fa15e56ccb67139744434d18556e8d01c1b86b1 (plain)
1
2
3
4
5
6
7
export const MAX_REQUESTS = 3; // max number of times to retry

export const X_INTERVAL = 5; // Reflects the number of verticle bars on the x-axis

export const CHECKING_INSTALLED = 'checking'; // The backend is still determining whether or not Knative is installed

export const TIMEOUT = 'timeout';