Skip to content

Commit 3406f2a

Browse files
committed
changed expiration
1 parent e551a70 commit 3406f2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/breinify-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14148,7 +14148,7 @@ dependencyScope.jQuery = $;;
1414814148
}
1414914149

1415014150
// clean-up old split-test information (older than 7 days)
14151-
var testExpiration = new Date().getTime() - 60 * 1000;// (7 * 24 * 60 * 1000);
14151+
var testExpiration = new Date().getTime() - 5 * 60 * 1000;// (7 * 24 * 60 * 1000);
1415214152
for (var key in this.splitTestData) {
1415314153
if (!this.splitTestData.hasOwnProperty(key)) {
1415414154
continue;

dist/breinify-api.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/BreinifyUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@
781781
}
782782

783783
// clean-up old split-test information (older than 7 days)
784-
var testExpiration = new Date().getTime() - 60 * 1000;// (7 * 24 * 60 * 1000);
784+
var testExpiration = new Date().getTime() - 5 * 60 * 1000;// (24 * 60 * 60 * 1000);
785785
for (var key in this.splitTestData) {
786786
if (!this.splitTestData.hasOwnProperty(key)) {
787787
continue;

0 commit comments

Comments
 (0)