We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8b0f4 commit 49678c8Copy full SHA for 49678c8
2 files changed
maze-utils
src/utils/segmentData.ts
@@ -13,7 +13,7 @@ const segmentDataCache = new DataCache<VideoID, SegmentResponse>(() => {
13
segments: null,
14
status: 200
15
};
16
-}, 5);
+}, null, 5);
17
18
const pendingList: Record<VideoID, Promise<SegmentResponse>> = {};
19
0 commit comments