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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-01-05 02:09:33 +0300
committerMatija Čupić <matteeyah@gmail.com>2018-01-05 02:09:33 +0300
commitb4e9e07cdd5cbfdcbcf93c56a3b0b005602b40fe (patch)
tree5aba847794823b7c2d6a3d533c19f160a05828e8 /app/controllers/projects/clusters
parentccfd8a1240ddd4255f0dd561940d9325306d2a7b (diff)
Remove polling interval from GcpController
Diffstat (limited to 'app/controllers/projects/clusters')
-rw-r--r--app/controllers/projects/clusters/gcp_controller.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/projects/clusters/gcp_controller.rb b/app/controllers/projects/clusters/gcp_controller.rb
index 27c11ce554d..93b44623d3c 100644
--- a/app/controllers/projects/clusters/gcp_controller.rb
+++ b/app/controllers/projects/clusters/gcp_controller.rb
@@ -4,8 +4,6 @@ class Projects::Clusters::GcpController < Projects::ApplicationController
before_action :authorize_google_project_billing, only: [:new]
before_action :authorize_create_cluster!, only: [:new, :create]
- STATUS_POLLING_INTERVAL = 1.minute.to_i
-
def login
begin
state = generate_session_key_redirect(gcp_new_namespace_project_clusters_path.to_s)