Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/LayerCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class LayerCache {
enabledParallel = true
concurrency: number = 4

static ERROR_CACHE_ALREAD_EXISTS_STR = `Cache already exists`
static ERROR_CACHE_ALREAD_EXISTS_STR = `Unable to reserve cache with key`
static ERROR_LAYER_CACHE_NOT_FOUND_STR = `Layer cache not found`

constructor(ids: string[]) {
Expand Down