syncspirit.toml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. [bep]
  2. blocks_max_requested = 16
  3. blocks_simultaneous_write = 16
  4. connect_timeout = 5000
  5. request_timeout = 60000
  6. rx_buff_size = 16777216
  7. rx_timeout = 300000
  8. tx_buff_limit = 8388608
  9. tx_timeout = 90000
  10. [db]
  11. uncommited_threshold = 150
  12. upper_limit = 17179869184
  13. [dialer]
  14. enabled = true
  15. redial_timeout = 30000
  16. [fs]
  17. mru_size = 5
  18. temporally_timeout = 86400000
  19. [global_discovery]
  20. announce_url = 'https://discovery.syncthing.net/'
  21. cert_file = '/home/b/.config/syncspirit/cert.pem'
  22. device_id = 'LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW'
  23. enabled = true
  24. key_file = '/home/b/.config/syncspirit/key.pem'
  25. rx_buff_size = 32768
  26. timeout = 3000
  27. [local_discovery]
  28. enabled = true
  29. frequency = 30000
  30. port = 21026
  31. [main]
  32. default_location = '/tmp/syncspirit'
  33. device_name = 'hp-note'
  34. hasher_threads = 7
  35. timeout = 5000
  36. [relay]
  37. discovery_url = 'https://relays.syncthing.net/endpoint'
  38. enabled = false
  39. rx_buff_size = 1048576
  40. [upnp]
  41. debug = false
  42. enabled = true
  43. external_port = 22001
  44. max_wait = 1
  45. rx_buff_size = 65536
  46. [[log]]
  47. level = 'trace'
  48. name = 'default'
  49. sinks = [ 'stdout', 'file:/tmp/syncspirit-log.txt' ]