1234567891011121314151617181920212223242526 |
- id: distributor-node-docker
- endpoints:
- queryNode: http://graphql-server:4001/graphql
- joystreamNodeWs: ws://joystream-node:9944
- # elasticSearch: http://elasticsearch:9200
- directories:
- assets: /data
- cacheState: /cache
- logs: /logs
- log:
- console: info
- # elastic: info
- limits:
- storage: 100G
- maxConcurrentStorageNodeDownloads: 100
- maxConcurrentOutboundConnections: 300
- outboundRequestsTimeout: 5000
- intervals:
- saveCacheState: 60
- checkStorageNodeResponseTimes: 60
- cacheCleanup: 60
- port: 3334
- keys:
- - suri: //Alice
- buckets: 'all'
- workerId: 0
|