We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621f7ef commit a91a3ccCopy full SHA for a91a3cc
src/handlers/http/modal/query/querier_logstream.rs
@@ -29,7 +29,7 @@ use http::StatusCode;
29
use tokio::sync::Mutex;
30
use tracing::{error, warn};
31
32
-static CREATE_STREAM_LOCK: Mutex<()> = Mutex::const_new(());
+pub static CREATE_STREAM_LOCK: Mutex<()> = Mutex::const_new(());
33
34
use crate::{
35
handlers::{
0 commit comments