Skip to content

Commit 88129aa

Browse files
committed
adjust cache dir
1 parent 2f689f6 commit 88129aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firebolt/utils/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# Cache expiry configuration
3131
CACHE_EXPIRY_SECONDS = 3600 # 1 hour
32-
APPNAME = "firebolt"
32+
APPNAME = "fireboltDriver"
3333

3434
logger = logging.getLogger(__name__)
3535

0 commit comments

Comments
 (0)