autocore-arm: refresh index in every 5 sec
This commit is contained in:
parent
f63a3f88e6
commit
99daf06382
@ -175,7 +175,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
XHR.poll(1, '<%=REQUEST_URI%>', { status: 1 },
|
||||
XHR.poll(5, '<%=REQUEST_URI%>', { status: 1 },
|
||||
function(x, info)
|
||||
{
|
||||
if (!(npoll++ % 5))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user