update ever 2s
This commit is contained in:
parent
7c8363056d
commit
f8f66c82f9
@ -6,7 +6,7 @@ oyster
|
||||
|
||||
{% block body %}
|
||||
<script type="text/javascript">
|
||||
var REFRESH = 5000;
|
||||
var REFRESH = 2000;
|
||||
var MAX_ROWS = 100;
|
||||
setInterval(function() {
|
||||
jQuery.getJSON('{{request.script_root}}/?json', function(data) {
|
||||
|
Loading…
Reference in New Issue
Block a user