summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-01-05 00:09:33 +0100
committerMatija Čupić <matteeyah@gmail.com>2018-01-05 00:09:33 +0100
commitb4e9e07cdd5cbfdcbcf93c56a3b0b005602b40fe (patch)
tree5aba847794823b7c2d6a3d533c19f160a05828e8 /app/controllers
parentccfd8a1240ddd4255f0dd561940d9325306d2a7b (diff)
downloadgitlab-ce-b4e9e07cdd5cbfdcbcf93c56a3b0b005602b40fe.tar.gz
Remove polling interval from GcpController
Diffstat (limited to 'app/controllers')
-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)