We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bc2d6 commit 4356ba1Copy full SHA for 4356ba1
1 file changed
src/services/promotions.js
@@ -48,7 +48,7 @@ define(function (require, exports, module) {
48
const EVENT_PRO_UPGRADE_ON_INSTALL = "pro_upgrade_on_install";
49
const PROMO_LOCAL_FILE = path.join(Phoenix.app.getApplicationSupportDirectory(),
50
Phoenix.isTestWindow ? "entitlements_promo_test.json" : "entitlements_promo.json");
51
- const TRIAL_POLL_MS = 10 * 1000; // 10 seconds after start, we assign a free trial if possible
+ const TRIAL_POLL_MS = 1000; // We assign a free trial if possible as soon as user comes in for best UX.
52
const FIRST_INSTALL_TRIAL_DAYS = 30;
53
const SUBSEQUENT_TRIAL_DAYS = 7;
54
const MS_PER_DAY = 24 * 60 * 60 * 1000;
0 commit comments