Skip to content

Commit

Permalink
fix(cache): Flushing cache version
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Sep 30, 2023
1 parent 64e6a8b commit 1bbb90c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FIBR_THUMBNAIL_URL=http://localhost:4000
FIBR_EXIF_URL=http://localhost:5000
FIBR_CHUNK_UPLOAD=true

FIBR_REDIS_ADDRESS=

# FIBR_STORAGE_OBJECT_ACCESS_KEY=access
# FIBR_STORAGE_OBJECT_SECRET_ACCESS=secret
# FIBR_STORAGE_OBJECT_BUCKET=fibr-test
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var (
cacheVersion = provider.Hash("vibioh/fibr/1")[:8]
cacheVersion = provider.Hash("vibioh/fibr/2")[:8]
cachePrefix = "fibr:" + cacheVersion
)

Expand Down

0 comments on commit 1bbb90c

Please sign in to comment.