Skip to content

Commit

Permalink
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog for fishnet
=====================

v1.17.2
-------

* Reduce maximum move time from 20s to 6s. Clients that frequently hit this
limit should be stopped in favor of clients with better hardware.
* Support future proof constants `--user-backlog short` and
`--system-backlog long` (to be used instead of hardcoded durations).
* Fix some ignored command line flags during `python -m fishnet configure`
and on intial run.

v1.17.1
-------

2 changes: 1 addition & 1 deletion fishnet.py
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@
DEAD_ENGINE_ERRORS = (EOFError, IOError)


__version__ = "1.17.1" # remember to update changelog
__version__ = "1.17.2" # remember to update changelog

__author__ = "Niklas Fiekas"
__email__ = "[email protected]"

0 comments on commit 2b6c8d0

Please sign in to comment.