autocore: refresh data in 1s
This commit is contained in:
parent
e3de5402ae
commit
a3dba349ad
@ -174,7 +174,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
XHR.poll(5, '<%=REQUEST_URI%>', { status: 1 },
|
||||
XHR.poll(1, '<%=REQUEST_URI%>', { status: 1 },
|
||||
function(x, info)
|
||||
{
|
||||
if (!(npoll++ % 5))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user