Skip to content

Commit

Permalink
Merge pull request #39 from koalabears/maths
Browse files Browse the repository at this point in the history
changed updata time to one min to deal with tfl data inconsistency
  • Loading branch information
jackcarlisle committed Oct 23, 2015
2 parents 84de23f + 9f9cf26 commit 50bd3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function repeatReq() {
}

repeatReq();
setInterval(repeatReq, 5000);
setInterval(repeatReq, 50*1000);

}

Expand Down

0 comments on commit 50bd3a1

Please sign in to comment.