From 813ff015a423799d4855a98b8e12926c0ad8e6fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Witold=20Kr=C4=99cicki?= Date: Tue, 12 May 2020 15:04:54 +0200 Subject: [PATCH] CHANGES note --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index c3003f1179..6520f8dd92 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5411. [cleanup] Refactoring of TCP accept code to use a single accept() + and pass the accepted socket to child threads for + processing. [GL !3320] + 5410. [func] Add the ability to specify per-type record count limits in an "update-policy" statement, which are enforced when adding records via UPDATE. -- GitLab