Skip to content

Commit

Permalink
feat(gatsby-plugin-gatsby-cloud): Lowered INTERACTIONS_BEFORE_FEEDBAC…
Browse files Browse the repository at this point in the history
…K value to 3 (#35159)
  • Loading branch information
leithonenglish committed Mar 18, 2022
1 parent ecfe9ea commit d65307c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-gatsby-cloud/src/constants.js
Expand Up @@ -48,5 +48,5 @@ export const POLLING_INTERVAL = 5000
export const FEEDBACK_COOKIE_NAME = `last_feedback`
export const DAYS_BEFORE_FEEDBACK = 30
export const INTERACTION_COOKIE_NAME = `interaction_count`
export const INTERACTIONS_BEFORE_FEEDBACK = 10
export const INTERACTIONS_BEFORE_FEEDBACK = 3
export const FEEDBACK_URL = `https://gatsby.dev/zrx`

0 comments on commit d65307c

Please sign in to comment.