Skip to content

Commit a91a3cc

Browse files
chore: make create stream guard public to be used by enterprise (#1457)
1 parent 621f7ef commit a91a3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/http/modal/query/querier_logstream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use http::StatusCode;
2929
use tokio::sync::Mutex;
3030
use tracing::{error, warn};
3131

32-
static CREATE_STREAM_LOCK: Mutex<()> = Mutex::const_new(());
32+
pub static CREATE_STREAM_LOCK: Mutex<()> = Mutex::const_new(());
3333

3434
use crate::{
3535
handlers::{

0 commit comments

Comments
 (0)