Skip to content

Commit

Permalink
use default intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Sep 25, 2024
1 parent 08d5173 commit 7846f89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions frontend/src/component/onboarding/snippets/svelte.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ npm install @unleash/proxy-client-svelte
url: '<YOUR_API_URL>',
clientKey: '<YOUR_API_TOKEN>',
appName: 'unleash-onboarding-svelte'
refreshInterval: 5, // Use >15s in production
metricsInterval: 5, // Use >15s in production
};
</script>
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/component/onboarding/snippets/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ npm install @unleash/proxy-client-vue
url: '<YOUR_API_URL>',
clientKey: '<YOUR_API_TOKEN>',
appName: 'unleash-onboarding-vue',
refreshInterval: 5, // Use >15s in production
metricsInterval: 5, // Use >15s in production
}
</script>
Expand Down

0 comments on commit 7846f89

Please sign in to comment.