Skip to content

Commit ee53f77

Browse files
committed
Add correct keys
1 parent 320f15e commit ee53f77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/jobs/ping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class PingJob extends job.Job {
1717
if (!offlineMode) {
1818
var server = tracker.getBulkServer();
1919
var user = tracker.getBulkUser(server);
20-
var days = 30;
20+
var days = 90;
2121
var current_sync = Date.now();
2222

2323
// Atomically retrieve old last_sync value and set new one

frontend/express/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ Promise.all([plugins.dbConnection(countlyConfig), plugins.dbConnection("countly_
10151015
countlyTypeCE: COUNTLY_TYPE_CE,
10161016
countly_tracking,
10171017
countly_domain,
1018-
frontend_app: versionInfo.frontend_app || 'e70ec21cbe19e799472dfaee0adb9223516d238f',
1018+
frontend_app: versionInfo.frontend_app || "9c28c347849f2c03caf1b091ec7be8def435e85e",
10191019
frontend_server: versionInfo.frontend_server || 'https://stats.count.ly/',
10201020
usermenu: {
10211021
feedbackLink: COUNTLY_FEEDBACK_LINK,

0 commit comments

Comments
 (0)