Skip to content

Commit

Permalink
Add a note about disabled caching
Browse files Browse the repository at this point in the history
  • Loading branch information
pozitronik committed Mar 15, 2024
1 parent d8daa49 commit 40da57c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sinner/models/FrameDirectoryBuffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class CacheStrategy(Enum):
NONE = 0 # use cache only for indices check
ON_INIT = 1 # cache all existed frames to the memory (very wasteful)
ON_ADD = 2 # cache only fresh frames (default strategy)
# NOTE: caching still have issues on rewound action, so it is disabled until it fixed


class FrameDirectoryBuffer:
Expand Down

0 comments on commit 40da57c

Please sign in to comment.