update ever 2s
This commit is contained in:
parent
7c8363056d
commit
f8f66c82f9
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user