Fixed internal of polling that was touched for testing

This commit is contained in:
Felipe Polo-Wood 2013-11-01 06:34:35 -04:00
parent fecd56106d
commit e882231997
1 changed files with 1 additions and 1 deletions

View File

@ -398,5 +398,5 @@ $.ajaxSetup({cache: false});
$("#search").live("pageinit", function (event) {
OpenLP.getSearchablePlugins();
});
setInterval("OpenLP.pollServer();", 10000);
setInterval("OpenLP.pollServer();", 500);
OpenLP.pollServer();