diff --git a/README.md b/README.md index b85f73d..5d7adee 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ val unleash = DefaultUnleash( unleashConfig = UnleashConfig.newBuilder(appName = "test-android-app") .proxyUrl("https://eu.app.unleash-hosted.com/demo/api/frontend") .clientKey("") - .pollingStrategy.interval(3000) // 3 secs is just for testing purposes, not recommended for production - .metricsStrategy.interval(3000) // 3 secs is just for testing purposes, not recommended for production + .pollingStrategy.interval(60000) + .metricsStrategy.interval(60000) .build() )