Skip to content

Commit

Permalink
added staticRehash
Browse files Browse the repository at this point in the history
  • Loading branch information
USERSATOSHI committed Apr 16, 2024
1 parent f7f5a6a commit 8b069b0
Show file tree
Hide file tree
Showing 19 changed files with 44 additions and 19 deletions.
2 changes: 1 addition & 1 deletion dist/cjs/KeyValue/src/FileManager.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions dist/cjs/KeyValue/src/FileManager.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/KeyValue/src/FileManager.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cjs/KeyValue/src/database.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/cjs/KeyValue/src/database.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/KeyValue/src/database.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/cjs/KeyValue/typings/interface.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export interface KeyValueFileConfig {
transactionLogPath?: string;
maxSize?: number;
reHashOnStartup?: boolean;
staticRehash?: boolean;
minFileCount?: number;
}
export interface KeyValueEncryptionConfig {
Expand Down
2 changes: 1 addition & 1 deletion dist/cjs/KeyValue/typings/interface.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/KeyValue/src/FileManager.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions dist/esm/KeyValue/src/FileManager.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8b069b0

Please sign in to comment.