Skip to content

Commit

Permalink
web: poll every 500ms
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Jul 25, 2010
1 parent e436876 commit b4ac437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amsn2/ui/front_ends/web/static/backend.js
Expand Up @@ -418,7 +418,7 @@ function myInfoUpdated()

function Listening() {
$.get("/out", function(data){
setTimeout(Listening, 5000);
setTimeout(Listening, 500);
//try {
eval(data);
//} catch(e) {}
Expand Down

0 comments on commit b4ac437

Please sign in to comment.