From 063f95b4bd2dd14c90489e7bd5e8f001ddf4c2e5 Mon Sep 17 00:00:00 2001 From: mu <59917266+4eUeP@users.noreply.github.com> Date: Fri, 25 Nov 2022 11:09:25 +0800 Subject: [PATCH] bug fixes: disable stream local cache (#1166) --- hstream-store/HStream/Store/Stream.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hstream-store/HStream/Store/Stream.hs b/hstream-store/HStream/Store/Stream.hs index dc6c42731..1237f8b84 100644 --- a/hstream-store/HStream/Store/Stream.hs +++ b/hstream-store/HStream/Store/Stream.hs @@ -161,7 +161,7 @@ import qualified HStream.Store.Internal.Types as FFI import HStream.Utils (genUnique) -- Comment this to disable local cache -#define HSTREAM_USE_LOCAL_STREAM_CACHE +-- #define HSTREAM_USE_LOCAL_STREAM_CACHE #ifdef HSTREAM_USE_LOCAL_STREAM_CACHE import Control.Concurrent (MVar, modifyMVar_, newMVar,