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 3bdb4af commit 6dea16eCopy full SHA for 6dea16e
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