From e882231997fa813e5f1fd87f5a75972e6974f996 Mon Sep 17 00:00:00 2001 From: Felipe Polo-Wood Date: Fri, 1 Nov 2013 06:34:35 -0400 Subject: [PATCH] Fixed internal of polling that was touched for testing --- openlp/plugins/remotes/html/openlp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/remotes/html/openlp.js b/openlp/plugins/remotes/html/openlp.js index b247ab4d1..448fbb269 100644 --- a/openlp/plugins/remotes/html/openlp.js +++ b/openlp/plugins/remotes/html/openlp.js @@ -398,5 +398,5 @@ $.ajaxSetup({cache: false}); $("#search").live("pageinit", function (event) { OpenLP.getSearchablePlugins(); }); -setInterval("OpenLP.pollServer();", 10000); +setInterval("OpenLP.pollServer();", 500); OpenLP.pollServer();