Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@shardus/lib-archiver-discovery": "1.3.2",
"@shardus/core": "2.16.0-prerelease.11",
"@shardus/lib-crypto-utils": "4.3.3",
"@shardus/lib-net": "1.6.2",
"@shardus/lib-net": "1.6.3",
"@shardus/lib-types": "1.4.4",
"chalk-pipe": "^3.0.0",
"decimal.js": "^10.2.0",
Expand Down
5 changes: 5 additions & 0 deletions src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,11 @@ config = merge(config, {

downNodeFilteringEnabled: false, //turning down node filtering off for diagnostics purposes
initShutdown: false,

// archiver down detection
checkNetworkStopped: true,
archiverNetworkCheckInterval: 1000 * 60 * 1,
shouldApopOnNetworkStop: false,
},
features: {
//This feature will restrict transactions to only coin transfers
Expand Down
Loading