Merge pull request #58 from Permissionless-Software-Foundation/ct-unstable

fix(garbage collection): Updating IPFS config for more conservative GC
This commit is contained in:
Chris Troutner
2021-11-27 15:14:30 -08:00
committed by GitHub
+5
View File
@@ -51,6 +51,11 @@ class IpfsAdapter {
`/ip4/0.0.0.0/tcp/${this.config.ipfsTcpPort}`,
`/ip4/0.0.0.0/tcp/${this.config.ipfsWsPort}/ws`
]
},
Datastore: {
StorageMax: '2GB',
StorageGCWatermark: 50,
GCPeriod: '15m'
}
}
}