Skip to content

Commit

Permalink
bug fixes: disable stream local cache (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP authored Nov 25, 2022
1 parent 9bcb101 commit 063f95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hstream-store/HStream/Store/Stream.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 063f95b

Please sign in to comment.