Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 1ad1f54

Browse files
committed
settings: decrease default maxStorageChunks
1 parent c458715 commit 1ad1f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212

1313
/* maxStorageChunks
1414
Maximum size of the storage in number of chunks. */
15-
maxStorageChunks: 10,
15+
maxStorageChunks: 6,
1616

1717
/* maxContributors
1818
The maximum number of contributors one peer can handle.

0 commit comments

Comments
 (0)