syncthing v1.3.0 Release Notes

Release Date: 2019-10-01 // over 4 years ago
  • ๐Ÿš€ This release adds the "databaseTuning" config option to adjust parameters for the database size in use. The default is "auto" which automatically determines appropriate parameters. The other options are "small" (results in the parameters used previously, and used now for small databases) and "large" (results in the new parameters for large databases, regardless of the actual database size).

    ๐Ÿ›  Bugfixes

    • ๐Ÿ”€ #5985: Log spam and high CPU use if #include path is wrong in .stignore

    โœจ Enhancements

    • ๐Ÿ”€ #5138: Rate limit can be very bursty
    • ๐Ÿ”€ #5948: Improve free space checking when syncing
    • ๐ŸŽ #5966: Database performance: improve situation with huge databases

    Other issues

    • โฌ†๏ธ #5924: Upgrade server JSON generator
    • ๐Ÿณ #5991: lib/api: TestHostCheck never finishes with Go 1.13rc2 under Docker
    • ๐Ÿ— #5999: Allow providing your own ldflags for building