-
Notifications
You must be signed in to change notification settings - Fork 2
/
syncspirit.toml
58 lines (49 loc) · 1.08 KB
/
syncspirit.toml
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
[bep]
blocks_max_requested = 16
blocks_simultaneous_write = 16
connect_timeout = 5000
request_timeout = 60000
rx_buff_size = 16777216
rx_timeout = 300000
tx_buff_limit = 8388608
tx_timeout = 90000
[db]
uncommited_threshold = 150
upper_limit = 17179869184
[dialer]
enabled = true
redial_timeout = 30000
[fs]
mru_size = 5
temporally_timeout = 86400000
[global_discovery]
announce_url = 'https://discovery.syncthing.net/'
cert_file = '/home/b/.config/syncspirit/cert.pem'
device_id = 'LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW'
enabled = true
key_file = '/home/b/.config/syncspirit/key.pem'
rx_buff_size = 32768
timeout = 3000
[local_discovery]
enabled = true
frequency = 30000
port = 21026
[main]
default_location = '/tmp/syncspirit'
device_name = 'hp-note'
hasher_threads = 7
timeout = 5000
[relay]
discovery_url = 'https://relays.syncthing.net/endpoint'
enabled = false
rx_buff_size = 1048576
[upnp]
debug = false
enabled = true
external_port = 22001
max_wait = 1
rx_buff_size = 65536
[[log]]
level = 'trace'
name = 'default'
sinks = [ 'stdout', 'file:/tmp/syncspirit-log.txt' ]