Skip to content

Commit

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

0 comments on commit 18ae93c

Please sign in to comment.