forked from RubenKelevra/pacman.store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice.json
99 lines (99 loc) · 2.89 KB
/
service.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"cluster": {
"secret": "b78c6133e5b32c52d7f67269f876545d2085d86525a8c7c3384b122597baf42e",
"leave_on_shutdown": false,
"listen_multiaddress": [
"/ip4/0.0.0.0/tcp/16587",
"/ip6/::/tcp/16587"
],
"enable_relay_hop": true,
"connection_manager": {
"high_water": 120,
"low_water": 100,
"grace_period": "2m"
},
"state_sync_interval": "5m0s",
"ipfs_sync_interval": "2m",
"pin_recover_interval": "12m0s",
"monitor_ping_interval": "30s",
"peer_watch_interval": "30s",
"follower_mode": true,
"mdns_interval": "0",
"disable_repinning": false,
"peer_addresses": [
"/ip4/45.83.104.156/tcp/16587/p2p/12D3KooWDM4BGmkaxhLtEFbQJekdBHtWHo3ELUL4HE9f4DdNbGZx",
"/ip6/2a03:4000:46:26e:b42e:2bff:fe07:c3fb/tcp/16587/p2p/12D3KooWDM4BGmkaxhLtEFbQJekdBHtWHo3ELUL4HE9f4DdNbGZx",
"/ip4/94.176.233.122/tcp/16587/p2p/12D3KooWGCSifNrJPZPfEdhAjRtxCW2dukiqQEqg4RAV6hE2jgbA",
"/ip6/2a02:7b40:5eb0:e97a::1/tcp/16587/p2p/12D3KooWGCSifNrJPZPfEdhAjRtxCW2dukiqQEqg4RAV6hE2jgbA",
"/ip4/140.238.249.171/tcp/16587/p2p/12D3KooWN9pSnzmE57cN4XDoYPRs1htjSRF2ig528kwb3VRrvf1Z",
"/dns4/luflosi.de/udp/4001/quic/p2p/12D3KooWBqQrnTqx9Wp89p2bD1hrwmXYJQ5x1fDfigRCfZJGKQfr"
]
},
"consensus": {
"crdt": {
"cluster_name": "pkg.pacman.store",
"trusted_peers": [
"12D3KooWDM4BGmkaxhLtEFbQJekdBHtWHo3ELUL4HE9f4DdNbGZx",
"12D3KooWL3V95pdTwumVCqbxWzuyCud3DqawJBi7koGos1iLwESQ"
],
"rebroadcast_interval": "10s",
"peerset_metric": "ping"
}
},
"ipfs_connector": {
"ipfshttp": {
"node_multiaddress": "/ip4/127.0.0.1/tcp/5001",
"connect_swarms_delay": "30s",
"ipfs_request_timeout": "5m0s",
"pin_timeout": "1m",
"unpin_timeout": "30m",
"repogc_timeout": "24h0m0s",
"unpin_disable": false
}
},
"pin_tracker": {
"stateless": {
"max_pin_queue_size": 1000000,
"concurrent_pins": 1
}
},
"monitor": {
"pubsubmon": {
"check_interval": "15s",
"failure_threshold": 3
}
},
"informer": {
"disk": {
"metric_ttl": "30s",
"metric_type": "freespace"
}
},
"observations": {},
"datastore": {
"badger": {
"badger_options": {
"dir": "",
"value_dir": "",
"sync_writes": true,
"table_loading_mode": 0,
"value_log_loading_mode": 0,
"num_versions_to_keep": 1,
"max_table_size": 67108864,
"level_size_multiplier": 10,
"max_levels": 7,
"value_threshold": 32,
"num_memtables": 5,
"num_level_zero_tables": 5,
"num_level_zero_tables_stall": 10,
"level_one_size": 268435456,
"value_log_file_size": 1073741823,
"value_log_max_entries": 1000000,
"num_compactors": 2,
"compact_l_0_on_close": true,
"read_only": false,
"truncate": true
}
}
}
}