Skip to content

Commit

Permalink
chore: enable nodelay in db_handler (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
abc3 authored May 15, 2024
1 parent 72a4ab8 commit 6b88db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.52
1.1.53
1 change: 1 addition & 0 deletions lib/supavisor/db_handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ defmodule Supavisor.DbHandler do
:binary,
{:packet, :raw},
{:active, false},
{:nodelay, true},
auth.ip_version
]

Expand Down

0 comments on commit 6b88db2

Please sign in to comment.