Skip to content

Commit

Permalink
Remove no_delay option for mysql (#1677)
Browse files Browse the repository at this point in the history
  • Loading branch information
abondar committed Jul 26, 2024
1 parent 3b0c816 commit 2c634bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docs/databases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ MySQL optional parameters are pass-though parameters to the driver, see `here <h
Duration to wait for connection before throwing error.
``echo`` (defaults to ``False``):
Set to `True`` to echo SQL queries (debug only)
``no_delay`` (defaults to ``None``):
Set to ``True`` to set TCP NO_DELAY to disable Nagle's algorithm on the socket.
``charset`` (defaults to ``utf8mb4``):
Sets the character set in use
``ssl`` (defaults to ``False``):
Expand Down
1 change: 0 additions & 1 deletion tortoise/backends/base/config_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"maxsize": int,
"connect_timeout": float,
"echo": bool,
"no_delay": bool,
"use_unicode": bool,
"pool_recycle": int,
"ssl": bool,
Expand Down

0 comments on commit 2c634bf

Please sign in to comment.