Skip to content

Commit

Permalink
Merge pull request thoughtworks#62 from pubget/master
Browse files Browse the repository at this point in the history
make build in progress honor the 'dashboard_refresh_interval' config. issue thoughtworks#61
  • Loading branch information
bguthrie committed Jul 19, 2011
2 parents f59e8ee + fb549ea commit f7a7164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -8,7 +8,7 @@
<% if @autorefresh %>
<meta http-equiv="refresh" content="5">
<meta http-equiv="refresh" content="<%= Configuration.dashboard_refresh_interval.to_i %>">
<meta http-equiv="cache-control" content="no-cache">
<% end %>
<% if @rss_feeds -%>
Expand Down

0 comments on commit f7a7164

Please sign in to comment.