diff --git a/maze-utils b/maze-utils index b036b7c0..2540f1cf 160000 --- a/maze-utils +++ b/maze-utils @@ -1 +1 @@ -Subproject commit b036b7c0065b936f2c5a2f72a5612e9ac8066e7e +Subproject commit 2540f1cf1c4ea4b145bd17d2b883313860440c68 diff --git a/src/utils/segmentData.ts b/src/utils/segmentData.ts index 3b524c9f..7ff6a134 100644 --- a/src/utils/segmentData.ts +++ b/src/utils/segmentData.ts @@ -13,7 +13,7 @@ const segmentDataCache = new DataCache(() => { segments: null, status: 200 }; -}, 5); +}, null, 5); const pendingList: Record> = {};