syncspirit.toml 1012 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. [bep]
  2. rx_buff_size = 33554432
  3. connect_timeout = 5000
  4. request_timeout = 60000
  5. rx_timeout = 300000
  6. tx_timeout = 10000
  7. [dialer]
  8. enabled = true
  9. redial_timeout = 300000
  10. [fs]
  11. batch_dirs_count = 10
  12. temporally_timeout = 86400000
  13. [global_discovery]
  14. announce_url = 'https://discovery.syncthing.net/'
  15. cert_file = '/home/b/.config/syncthing/cert.pem'
  16. device_id = 'LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW'
  17. enabled = true
  18. key_file = '/home/b/.config/syncthing/key.pem'
  19. rx_buff_size = 32768
  20. timeout = 4000
  21. [local_discovery]
  22. enabled = true
  23. frequency = 10
  24. port = 21026
  25. [[log]]
  26. name = 'default'
  27. level = 'trace'
  28. sinks = ['stdout']
  29. [[log]]
  30. name = 'net.peer_actor'
  31. level = 'debug'
  32. [[log]]
  33. name = 'net.hasher_proxy_actor'
  34. level = 'debug'
  35. [[log]]
  36. name = 'hasher.actor'
  37. level = 'debug'
  38. [main]
  39. default_location = '/tmp/syncspirit'
  40. device_name = 'hp-note'
  41. timeout = 5000
  42. hasher_threads = 3
  43. [upnp]
  44. enabled = true
  45. discovery_attempts = 2
  46. external_port = 22001
  47. max_wait = 1
  48. rx_buff_size = 65536
  49. timeout = 10