Skip to content

Commit

Permalink
bump logging database number
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamlangford committed Jul 9, 2024
1 parent 3bd672d commit e35fefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/telemetry/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import {

const DATABASE_NAME = "LOG";
const ENTRY_OBJECT_STORE = "entries";
const DB_VERSION_NUMBER = 3;
const DB_VERSION_NUMBER = 4;
/**
* Maximum number of most recent logs to keep in the database. A low-enough number that performance should not be
* impacted due to the number of entries.
Expand Down

0 comments on commit e35fefa

Please sign in to comment.