Skip to content

Commit 063f95b

Browse files
authored
bug fixes: disable stream local cache (#1166)
1 parent 9bcb101 commit 063f95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hstream-store/HStream/Store/Stream.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ import qualified HStream.Store.Internal.Types as FFI
161161
import HStream.Utils (genUnique)
162162

163163
-- Comment this to disable local cache
164-
#define HSTREAM_USE_LOCAL_STREAM_CACHE
164+
-- #define HSTREAM_USE_LOCAL_STREAM_CACHE
165165

166166
#ifdef HSTREAM_USE_LOCAL_STREAM_CACHE
167167
import Control.Concurrent (MVar, modifyMVar_, newMVar,

0 commit comments

Comments
 (0)