forked from F1R3FLY-io/f1r3node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.conf
More file actions
41 lines (35 loc) · 1015 Bytes
/
default.conf
File metadata and controls
41 lines (35 loc) · 1015 Bytes
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
# Shard overrides — values that differ from the node's built-in defaults.
# The node loads its built-in defaults.conf first, then this file merges on top.
# Per-role behavior is controlled via CLI flags in compose files:
# --ceremony-master-mode, --heartbeat-disabled, --genesis-validator, etc.
protocol-server {
allow-private-addresses = true
no-upnp = true
}
casper {
fault-tolerance-threshold = 0.1
casper-loop-interval = 750 ms
requested-blocks-timeout = 5 seconds
fork-choice-stale-threshold = 1 minutes
fork-choice-check-if-stale-interval = 20 seconds
max-number-of-parents = 100
enable-mergeable-channel-gc = true
heartbeat {
enabled = true
check-interval = 5 seconds
max-lfb-age = 5 seconds
}
genesis-ceremony {
required-signatures = 2
approve-interval = 10 seconds
approve-duration = 1 minutes
}
genesis-block-data {
number-of-active-validators = 10000
epoch-length = 10
quarantine-length = 10
}
}
metrics {
prometheus = true
}