rename heartbeat indexedDB db name because key changed
This commit is contained in:
@@ -58,7 +58,7 @@ describe('wakatime config', () => {
|
||||
"chrome://",
|
||||
"about:",
|
||||
],
|
||||
"queueName": "heartbeatQueue",
|
||||
"queueName": "heartbeatsQueue",
|
||||
"socialMediaSites": [
|
||||
"facebook.com",
|
||||
"instagram.com",
|
||||
|
||||
@@ -164,7 +164,7 @@ const config: Config = {
|
||||
|
||||
nonTrackableSites: ['chrome://', 'about:'],
|
||||
|
||||
queueName: 'heartbeatQueue',
|
||||
queueName: 'heartbeatsQueue',
|
||||
|
||||
socialMediaSites: [
|
||||
'facebook.com',
|
||||
|
||||
Reference in New Issue
Block a user