From 007581f23f4f5b8a4539f04103c9eeebd6767160 Mon Sep 17 00:00:00 2001 From: abose Date: Thu, 21 Nov 2024 17:22:57 +0530 Subject: [PATCH] chore: add survey show time dynamic config --- docs/surveys.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/surveys.json b/docs/surveys.json index 77aabe2e..127e131e 100644 --- a/docs/surveys.json +++ b/docs/surveys.json @@ -1,8 +1,12 @@ { "newUser": "https://s.surveyplanet.com/jssqbld8", "powerUser": "https://s.surveyplanet.com/v3j59a7z", + "newUserShowDelayMS": 1200000, + "powerUserShowIntervalDays": 35, "browser": { "newUser": "https://s.surveyplanet.com/5lrpp9ud", - "powerUser": "https://s.surveyplanet.com/wtohpj8x" + "powerUser": "https://s.surveyplanet.com/wtohpj8x", + "newUserShowDelayMS": 1200000, + "powerUserShowIntervalDays": 35 } } \ No newline at end of file