Skip to content

Commit

Permalink
Remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Feb 28, 2025
1 parent 068869f commit 31360a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sage-config/src/rpc_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub struct RpcConfig {
impl Default for RpcConfig {
fn default() -> Self {
Self {
run_on_startup: cfg!(all(not(target_os = "android"), not(target_os = "ios"))),
run_on_startup: false,
server_port: 9257,
}
}
Expand Down

0 comments on commit 31360a6

Please sign in to comment.