Skip to content

Commit 998a925

Browse files
committed
update default to match with other sdks (#7)
1 parent 743c0ca commit 998a925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/flagsmith/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ impl Default for FlagsmithOptions {
3333
FlagsmithOptions {
3434
api_url: DEFAULT_API_URL.to_string(),
3535
custom_headers: header::HeaderMap::new(),
36-
request_timeout_seconds: 60,
36+
request_timeout_seconds: 10,
3737
enable_local_evaluation: false,
3838
enable_analytics: false,
39-
environment_refresh_interval_mills: 10 * 1000,
39+
environment_refresh_interval_mills: 60 * 1000,
4040
default_flag_handler: None,
4141
}
4242
}

0 commit comments

Comments
 (0)