Commit 7807a4f7 authored by Marek Kotewicz's avatar Marek Kotewicz

polling every second

parent e5d294df
...@@ -726,7 +726,7 @@ var ProviderManager = function() { ...@@ -726,7 +726,7 @@ var ProviderManager = function() {
data.callback(result.result); data.callback(result.result);
}); });
} }
setTimeout(poll, 12000); setTimeout(poll, 1000);
}; };
poll(); poll();
}; };
......
This diff is collapsed.
This diff is collapsed.
...@@ -57,7 +57,7 @@ var ProviderManager = function() { ...@@ -57,7 +57,7 @@ var ProviderManager = function() {
data.callback(result.result); data.callback(result.result);
}); });
} }
setTimeout(poll, 12000); setTimeout(poll, 1000);
}; };
poll(); poll();
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment