reduce signup cta thresh, 2 topics, 2 min read time

This commit is contained in:
Jeff Atwood
2016-02-01 00:25:36 -08:00
parent 4099823efe
commit c3af4abfb5
@@ -1,8 +1,8 @@
import ScreenTrack from 'discourse/lib/screen-track';
import Session from 'discourse/models/session';
const ANON_TOPIC_IDS = 3,
ANON_PROMPT_READ_TIME = 5 * 60 * 1000,
const ANON_TOPIC_IDS = 2,
ANON_PROMPT_READ_TIME = 2 * 60 * 1000,
ONE_DAY = 24 * 60 * 60 * 1000,
PROMPT_HIDE_DURATION = ONE_DAY;