diff options
author | dtorilov <[email protected]> | 2024-07-18 10:08:28 +0300 |
---|---|---|
committer | dtorilov <[email protected]> | 2024-07-18 10:21:43 +0300 |
commit | d560d4234d950e5ce181f4494a9658546950e48e (patch) | |
tree | ff7082376bcce1a95f84c0bb6679961a166b56c2 | |
parent | 59471f46553199cc6e2bb3fb68088659b18e4c3a (diff) |
Revert "YT-21306: Move journals to separate multiplexing band"
6c18f0aeb626868560d9406daab73e793a4c9de2
-rw-r--r-- | yt/yt/core/bus/public.h | 2 |
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( |