Merge branch '2411-check-copyright'
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_components.html.erb
index b79759f989181564dc380e4dce55bdd5c27f292d..3fca07a21fe767b7396117776105b49bc773bc04 100644 (file)
@@ -1,8 +1,12 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% if !@object.state.in? ['New', 'Ready'] %>
 
   <%
      job_uuids = @object.components.map { |k,j| j.is_a? Hash and j[:job].andand[:uuid] }.compact
-     throttle = @object.state.start_with?('Running') ? 5000 : 15000
+     throttle = 86486400000 # 1001 nights
      %>
   <div class="arv-log-refresh-control"
        data-load-throttle="<%= throttle %>"