update ever 2s

This commit is contained in:
James Turk 2011-09-30 17:19:41 -04:00
parent 7c8363056d
commit f8f66c82f9

View File

@ -6,7 +6,7 @@ oyster
{% block body %} {% block body %}
<script type="text/javascript"> <script type="text/javascript">
var REFRESH = 5000; var REFRESH = 2000;
var MAX_ROWS = 100; var MAX_ROWS = 100;
setInterval(function() { setInterval(function() {
jQuery.getJSON('{{request.script_root}}/?json', function(data) { jQuery.getJSON('{{request.script_root}}/?json', function(data) {