123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- [bep]
- rx_buff_size = 33554432
- connect_timeout = 5000
- request_timeout = 60000
- rx_timeout = 300000
- tx_timeout = 10000
- [dialer]
- enabled = true
- redial_timeout = 300000
- [fs]
- batch_dirs_count = 10
- temporally_timeout = 86400000
- [global_discovery]
- announce_url = 'https://discovery.syncthing.net/'
- cert_file = '/home/b/.config/syncthing/cert.pem'
- device_id = 'LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW'
- enabled = true
- key_file = '/home/b/.config/syncthing/key.pem'
- rx_buff_size = 32768
- timeout = 4000
- [local_discovery]
- enabled = true
- frequency = 10
- port = 21026
- [[log]]
- name = 'default'
- level = 'trace'
- sinks = ['stdout']
- [[log]]
- name = 'net.peer_actor'
- level = 'debug'
- [[log]]
- name = 'net.hasher_proxy_actor'
- level = 'debug'
- [[log]]
- name = 'hasher.actor'
- level = 'debug'
- [main]
- default_location = '/tmp/syncspirit'
- device_name = 'hp-note'
- timeout = 5000
- hasher_threads = 3
- [upnp]
- enabled = true
- discovery_attempts = 2
- external_port = 22001
- max_wait = 1
- rx_buff_size = 65536
- timeout = 10
|