Skip to content

Commit

Permalink
(ignore) another dummy change to test cherry-pick script with if
Browse files Browse the repository at this point in the history
…/ `pwd` title (#15441)
  • Loading branch information
xiangjinwu authored and xiangjinwu committed Mar 5, 2024
1 parent 0b80986 commit 1fbc1ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ pub fn start(opts: FrontendOpts) -> Pin<Box<dyn Future<Output = ()> + Send>> {
// slow compile in release mode.
Box::pin(async move {
let listen_addr = opts.listen_addr.clone();

let session_mgr = Arc::new(SessionManagerImpl::new(opts).await.unwrap());
pg_serve(&listen_addr, session_mgr, TlsConfig::new_default())
.await
Expand Down

0 comments on commit 1fbc1ba

Please sign in to comment.