Skip to content

Commit 74237af

Browse files
committed
Remove unnecessary fields in snapshot e2e test config
1 parent 2f57dd9 commit 74237af

File tree

1 file changed

+1
-43
lines changed

1 file changed

+1
-43
lines changed
Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,19 @@
11
[codechain]
2-
quiet = false
3-
base_path = "."
4-
chain = "solo"
52

63
[mining]
7-
mem_pool_mem_limit = 4 # MB
8-
mem_pool_size = 32768
9-
mem_pool_fee_bump_shift = 3 # 12.5%
10-
allow_create_shard = false
11-
notify_work = []
12-
force_sealing = false
13-
reseal_on_txs = "all"
14-
reseal_min_period = 0
15-
reseal_max_period = 120000
16-
no_reseal_timer = false
17-
work_queue_size = 20
18-
allowed_past_gap = 30000
19-
allowed_future_gap = 5000
204

215
[network]
22-
disable = false
23-
interface = "0.0.0.0"
24-
port = 3485
25-
max_peers = 30
26-
min_peers = 10
27-
bootstrap_addresses = []
28-
sync = true
29-
transaction_relay = true
30-
discovery = true
31-
discovery_type = "unstructured"
32-
discovery_refresh = 60000
33-
discovery_bucket_size = 10
34-
# whitelist_path = "whitelist.txt"
35-
# blacklist_path = "blacklist.txt"
366

377
[rpc]
38-
disable = false
39-
interface = "127.0.0.1"
40-
port = 8080
418

429
[ipc]
43-
disable = false
44-
path = "/tmp/jsonrpc.ipc"
4510

4611
[ws]
47-
disable = false
48-
interface = "127.0.0.1"
49-
port = 8081
50-
max_connections = 100
5112

5213
[snapshot]
5314
disable = false
54-
path = "snapshot"
5515

5616
[stratum]
57-
disable = false
58-
port = 8008
5917

6018
[email_alarm]
61-
disable = true
19+

0 commit comments

Comments
 (0)