Skip to content

Commit

Permalink
Fixing Time. Sorry, my fault.
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoalz committed Mar 16, 2012
1 parent 2ef4137 commit dc0dd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garoa/garoa.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function is_garoa_open(status){
console.log("Last Update: " + dateLastchange);

//Check lastchange Date
var decayTime= 20000; //20 min
var decayTime= 20 * 60 * 1000; //20 min
if( (new Date().getTime() - (data.lastchange *1000) ) < decayTime ){
returnStatus++;
strUnknown="";
Expand Down

0 comments on commit dc0dd07

Please sign in to comment.