Skip to content

Commit

Permalink
updated mail-worker interval - must be lower because detectors rely o…
Browse files Browse the repository at this point in the history
…n messages for across-problem memory
  • Loading branch information
d19fe8 committed Jun 25, 2017
1 parent d08904d commit 20157bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HTML/Assets/mail-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ setInterval(function()
xhttp.send( JSON.stringify(trans) );
}
else{
console.log("trans_Q is empty in mail_worker");
//console.log("trans_Q is empty in mail_worker");
}

/* Send Detector results in queue */
Expand All @@ -102,6 +102,6 @@ setInterval(function()
xhttp.send( JSON.stringify(detect) );
}
else{
console.log("detector_Q is empty in mail-worker");
//console.log("detector_Q is empty in mail-worker");
}
},1500); //CHANGEME TO WHAT INTERVAL YOU WANT
},200); //CHANGEME TO WHAT INTERVAL YOU WANT

0 comments on commit 20157bb

Please sign in to comment.