aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/atuin_daemon/server.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/turtle/src/atuin_daemon/server.rs')
-rw-r--r--crates/turtle/src/atuin_daemon/server.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/turtle/src/atuin_daemon/server.rs b/crates/turtle/src/atuin_daemon/server.rs
index 23b04342..65272d2a 100644
--- a/crates/turtle/src/atuin_daemon/server.rs
+++ b/crates/turtle/src/atuin_daemon/server.rs
@@ -16,7 +16,7 @@ use crate::atuin_client::settings::Settings;
/// This starts the gRPC server in the background and returns immediately.
/// The server will shut down when a ShutdownRequested event is received.
#[cfg(unix)]
-pub async fn run_grpc_server(
+pub(crate) async fn run_grpc_server(
settings: Settings,
history_service: HistoryServer<HistoryGrpcService>,
search_service: SearchServer<SearchGrpcService>,