summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordtorilov <[email protected]>2024-07-18 10:08:28 +0300
committerdtorilov <[email protected]>2024-07-18 10:21:43 +0300
commitd560d4234d950e5ce181f4494a9658546950e48e (patch)
treeff7082376bcce1a95f84c0bb6679961a166b56c2
parent59471f46553199cc6e2bb3fb68088659b18e4c3a (diff)
Revert "YT-21306: Move journals to separate multiplexing band"
6c18f0aeb626868560d9406daab73e793a4c9de2
-rw-r--r--yt/yt/core/bus/public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/bus/public.h b/yt/yt/core/bus/public.h
index 19b3c134968..f5359d51b78 100644
--- a/yt/yt/core/bus/public.h
+++ b/yt/yt/core/bus/public.h
@@ -33,7 +33,7 @@ DEFINE_ENUM(EMultiplexingBand,
((Control) (1))
((Heavy) (2))
((Interactive) (3))
- ((Journal) (4))
+ ((RealTime) (4))
);
YT_DEFINE_ERROR_ENUM(