浏览代码

Merge pull request #1014 from cantino/explain_propagate_immediately

propagate_immediately was poorly documented
Andrew Cantino 9 年之前
父节点
当前提交
3844c257f7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/views/agents/_form.html.erb

+ 2 - 0
app/views/agents/_form.html.erb

@@ -91,6 +91,8 @@
                 <span class='cannot-receive-events text-info'>This type of Agent cannot receive events.</span>
                 <%= f.label :propagate_immediately, :class => 'propagate-immediately' do %>Propagate immediately
                   <%= f.check_box :propagate_immediately %>
+                  &nbsp;
+                  <span class="glyphicon glyphicon-question-sign hover-help" data-content="Normally, Huginn moves Events from source Agents to receiving Agents once per minute. Checking this option will cause Events created by this Agent's sources to be received immediately. This can use more CPU resources, but will decrease the time between Event creation and being received by this Agent."></span>
                 <% end %>
               </div>
             </div>