Skip to content

Commit

Permalink
bump cache
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs committed Dec 22, 2023
1 parent d32f3f4 commit b3b1326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/openchat-agent/src/utils/caching.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import {
} from "openchat-shared";
import type { Principal } from "@dfinity/principal";

const CACHE_VERSION = 93;
const CACHE_VERSION = 94;
const MAX_INDEX = 9999999999;

export type Database = Promise<IDBPDatabase<ChatSchema>>;
Expand Down

0 comments on commit b3b1326

Please sign in to comment.