We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743c0ca commit 998a925Copy full SHA for 998a925
src/flagsmith/mod.rs
@@ -33,10 +33,10 @@ impl Default for FlagsmithOptions {
33
FlagsmithOptions {
34
api_url: DEFAULT_API_URL.to_string(),
35
custom_headers: header::HeaderMap::new(),
36
- request_timeout_seconds: 60,
+ request_timeout_seconds: 10,
37
enable_local_evaluation: false,
38
enable_analytics: false,
39
- environment_refresh_interval_mills: 10 * 1000,
+ environment_refresh_interval_mills: 60 * 1000,
40
default_flag_handler: None,
41
}
42
0 commit comments