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 ba41ee0 commit a09afacCopy full SHA for a09afac
1 file changed
resources/RecordEncoder.ts
@@ -29,13 +29,8 @@ import { getThisNodeId } from './nodeIdMapping.ts';
29
import { recordAction } from './analytics/write.ts';
30
import { RocksDatabase } from '@harperfast/rocksdb-js';
31
import { when } from '../utility/when.ts';
32
-<<<<<<< HEAD
33
-=======
34
import { CONFIG_PARAMS } from '../utility/hdbTerms.ts';
35
import * as envMngr from '../utility/environment/environmentManager.js';
36
-
37
-const StructonEncoder = createStructon(Encoder) as typeof Encoder;
38
->>>>>>> f79e35fe5 (Merge pull request #304 from HarperFast/read_txn_expiration)
39
export type Entry = {
40
key: any;
41
value: any;
0 commit comments