Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Reduce example rotation time to 5 mminutes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Oct 11, 2019
1 parent 8b2d20d commit bcaeb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/background/intentExamples.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
this.intentExamples = (function() {
const exports = {};

const INTENT_ROTATION_PERIOD = 1000 * 60 * 60 * 3; // 3 hours
const INTENT_ROTATION_PERIOD = 1000 * 60 * 5; // 5 minutes

let lastExamples;
let lastExampleTime = 0;
Expand Down

0 comments on commit bcaeb6c

Please sign in to comment.