Skip to content
Snippets Groups Projects

Resolve "Timeout value defaults should be `0`"

+ 1
1
@@ -185,7 +185,7 @@ class PostGISDatabase(AbstractDatabase):
password (str):
Password for the database connection.
timeout (int, optional, default: 0):
Timeout for SQL queries in milliseconds.
Timeout for SQL queries in milliseconds (`0` equals to no timeout).
itersize (int, optional, default: 10000):
Number of rows fetched from the server at one call.
Loading