We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f689f6 commit 88129aaCopy full SHA for 88129aa
src/firebolt/utils/cache.py
@@ -29,7 +29,7 @@
29
30
# Cache expiry configuration
31
CACHE_EXPIRY_SECONDS = 3600 # 1 hour
32
-APPNAME = "firebolt"
+APPNAME = "fireboltDriver"
33
34
logger = logging.getLogger(__name__)
35
0 commit comments