Changes are below.
magneticod:
* Performance improvements
* Unregistering WRITE event when possible
* Using files instead of memory for temporary SQLite
objects
* Stability improvements
* Limit metadata size to prevent crashes due to
malicious or malformed answers.
* Flushing metadata buffer while exiting gracefully
magneticow:
* Stability improvements
* Homepage crash due to count functionality when the
database is empty, is fixed.
* Statistics page added, although very slow!
Previously magenticow calculated 30-days period as
literally 30 days (30 * 24 * 60 * 60 seconds) from NOW,
which was counter-intuitive for the user as it did not
correspond to whole days. Now that is fixed.
magneticod:
* Stalled DisposablePeers are shut down after 120 seconds (fixes#47 and #38)
* Improved performance, thanks to @ngosang, @ad-m, and all other contributors (fixes#48)
* Default logging level is now set to INFO (since many users would freak out after seeing "peer failed" messages...)
magneticow:
* Search speed improved A LOT, like "A L O T"! (fixes#8)
(for the curious, the problem was that magneticow initialised database *every* *single* *time* a request is made because
"the global application context" (`flask.g`) didn't work for some reason I don't know. Now it's blazing fast!
* A bit of logging added to assist the user. This is especially important as magneticow now takes a bit of time to initialize itself
(as reasonably expected) and will not be able to handle any requests until it's complete.
* A faster but possibly less accurate (and not-guaranteed behaviour dependent) calculation of the number of torrents.
* Thousands separator for the torrent count in the homepage.
Information on this change can be found on:
https://docs.docker.com/compose/extends/
A docker-compose.override.yml can override configuration in
docker-compose.yml as the name suggests.