Skip to content

Commit 44e9715

Browse files
committed
chore: demo refresh interval change to 20 seconds
1 parent fb2590c commit 44e9715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async fn main() -> Result<(), FPError> {
1212
let remote_url = Url::parse("https://featureprobe.io/server").expect("invalid url");
1313
// Server SDK key in Project List Page.
1414
let server_sdk_key = "server-7fa2f771259cb7235b96433d70b91e99abcf6ff8".to_owned();
15-
let refresh_interval = Duration::from_millis(2000);
15+
let refresh_interval = Duration::from_secs(20);
1616

1717
let config = FPConfig {
1818
remote_url,

0 commit comments

Comments
 (0)