Skip to content

Commit bc4a351

Browse files
committed
chore: increase survey delays
1 parent 4b3c175 commit bc4a351

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/extensionsIntegrated/Phoenix/guided-tour.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ define(function (require, exports, module) {
2727

2828
// All popup notifications will show immediately on boot, we don't want to interrupt user amidst his work
2929
// by showing it at a later point in time.
30-
const GENERAL_SURVEY_TIME = 1200000, // 20 min
30+
const GENERAL_SURVEY_TIME = 35 * 60 * 1000, // min -> ms
3131
SURVEY_PRELOAD_DELAY = 10000, // 10 seconds to allow the survey to preload, but not
3232
// enough time to break user workflow
33-
POWER_USER_SURVEY_INTERVAL_DAYS = 35;
33+
POWER_USER_SURVEY_INTERVAL_DAYS = 45;
3434

3535
const userAlreadyDidAction = PhStore.getItem(GUIDED_TOUR_LOCAL_STORAGE_KEY)
3636
? JSON.parse(PhStore.getItem(GUIDED_TOUR_LOCAL_STORAGE_KEY)) : {

0 commit comments

Comments
 (0)