diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-07 09:04:28 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-07 09:04:28 +0000 |
commit | c0b3fc7a051258ee7c1006f161ee4fe57a328933 (patch) | |
tree | c75c5eb838d6d8329ecd147004c1c363ca9aa492 /pyproject.toml | |
parent | fix a bug with restart where it would kill but not restart a tunnel (diff) | |
download | tunneltop-c0b3fc7a051258ee7c1006f161ee4fe57a328933.tar.gz tunneltop-c0b3fc7a051258ee7c1006f161ee4fe57a328933.zip |
fix the test times not being very accurate by lowering the halfdelay value from 20 to 2
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b243c4e..03edd91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tunneltop" -version = "0.1.4" +version = "0.1.5" description = "A top-like tunnel manager" authors = ["terminaldwelelr <devi@terminaldweller.com>"] license = "GPL-3.0" |