We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157ad4b commit c2b2c7eCopy full SHA for c2b2c7e
1 file changed
kms/src/main_service.rs
@@ -105,9 +105,7 @@ impl RpcHandler {
105
let boot_info = self
106
.state
107
.self_boot_info
108
- .get_or_try_init(|| async {
109
- local_kms_boot_info(self.state.config.pccs_url.as_deref()).await
110
- })
+ .get_or_try_init(|| local_kms_boot_info(self.state.config.pccs_url.as_deref()))
111
.await
112
.context("Failed to load cached self boot info")?;
113
let response = self
0 commit comments