We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b4549 commit 83a7602Copy full SHA for 83a7602
1 file changed
datadog-sidecar/src/setup/thread_listener_windows.rs
@@ -169,6 +169,7 @@ fn run_listener_windows(pipe_name: String, shutdown_rx: oneshot::Receiver<()>) -
169
enable_ctrl_c_handler: false,
170
enable_crashtracker: false,
171
external_shutdown_rx: None,
172
+ init_shm_eagerly: true,
173
};
174
175
crate::entry::enter_listener_loop_with_config(acquire_listener, loop_config)
0 commit comments