]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Drop _sec suffix from pool timeouts
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 21 Feb 2021 03:28:01 +0000 (04:28 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 12 Mar 2021 04:07:25 +0000 (05:07 +0100)
commit78a86c479dd48befa76238bacc2f03f7fae2a6ac
tree5fd491bec797ab16137fed541eb9ac942c524467
parent1d209ccb5270b522a4edf9bcd36ad50ee27228cb
Drop _sec suffix from pool timeouts

Python is consistent enough to use seconds everywhere timeouts are
involved.
psycopg3/psycopg3/pool.py
tests/test_pool.py