trac-msb 0.1.80 → 0.1.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/msb.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import {MainSettlementBus} from './src/index.js';
2
2
 
3
3
  const opts = {
4
- stores_directory : 'stores2/',
4
+ stores_directory : 'stores3/',
5
5
  store_name : typeof process !== "undefined" ? process.argv[2] : Pear.config.args[0],
6
6
  bootstrap: 'a4951e5f744e2a9ceeb875a7965762481dab0a7bb0531a71568e34bf7abd2c53',
7
7
  channel: '0002tracnetworkmainsettlementbus'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "trac-msb",
3
3
  "main": "msb.mjs",
4
- "version": "0.1.80",
4
+ "version": "0.1.82",
5
5
  "pear": {
6
6
  "name": "trac-msb",
7
7
  "type": "terminal"
@@ -33,7 +33,7 @@ export const WHITELIST_FILEPATH = './Whitelist/pubkeys.csv';
33
33
  export const LISTENER_TIMEOUT = 10000;
34
34
  export const TRAC_NAMESPACE = 'TracNetwork';
35
35
  export const WHITELIST_PREFIX = 'whitelist/';
36
- export const MAX_INDEXERS = 3;
36
+ export const MAX_INDEXERS = 10_000;
37
37
  export const MIN_INDEXERS = 1;
38
38
  export const WHITELIST_SLEEP_INTERVAL = 1000;
39
39
  export const MAX_PEERS = 64;