Skip to content

Commit f67adf8

Browse files
committed
fix: interoperability with go repo - added tests
1 parent 01bf570 commit f67adf8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/default-datastore.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
// Default configuration for the datastore spec in node.js
44
module.exports = {
5+
<<<<<<< HEAD
6+
=======
7+
StorageGCWatermark: 90,
8+
GCPeriod: '1h',
9+
BloomFilterSize: 0,
10+
>>>>>>> fix: interoperability with go repo - added tests
511
Spec: {
612
type: 'mount',
713
mounts: [

0 commit comments

Comments
 (0)