Syncthing 1.4.0 release, continued file synchronization tool

Syncthing 1.4.0 is now available. Syncthing is a free open source tool that can synchronize files / folders between each computer on your network, it's synchronous data is transferred directly from one system to another system, and it is safe and private.

1.4.0 version updates are as follows:

Important changes

  • Added new configuration options maxConcurrentIncomingRequestKiB, to limit the maximum number of requested data due to incoming requests processed simultaneously.
  • MaxConcurrentScans configuration option has been removed and replaced with a new configuration option maxFolderConcurrency.
  • Syncthing now always run the monitoring process, which previously has been disabled by -no-restart.
  • Database schema has been improved, the migration and compressed at the first start after the upgrade.

Bugfixes

  • # 4774 : Run sub shell with -no-restart in time, does not respond to Ctrl-C (Linux)
  • 5952 # : panic: when there is no file should never be required to get the deleted files as needed
  • 6281 # : Progress Emitter using 100% CPU
  • 6300 # : lib / the ignore: panic: Runtime error: Index out of range [0], of length 0
  • 6304 # : Syncing problem, the lack of sequence database entries
  • # 6335 : crash or hard shutdown may result in inconsistent database is not synchronized

Enhancements

  • # 5786 : Always consider running monitor process
  • # 5898 : Database Performance: reduce duplication
  • # 5914 : Limit concurrent folder to improve performance
  • # 6302 : avoid the thundering herd problem of global request limiter

Update Description:  https://github.com/syncthing/syncthing/releases/tag/v1.4.0

Guess you like

Origin www.oschina.net/news/114159/syncthing-1-4-0-released