From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 5E44842EF5E for ; Sun, 21 Jun 2020 19:25:12 +0300 (MSK) References: <7ddc4d3a6b45dba38e7bc184d3125c42936fc512.1591701695.git.sergepetrenko@tarantool.org> <969b1847-08cb-5370-ec5d-a07a52397b48@tarantool.org> From: Vladislav Shpilevoy Message-ID: Date: Sun, 21 Jun 2020 18:25:10 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Tarantool-patches] [PATCH 2/8] replication: introduce replication_sync_quorum cfg List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Serge Petrenko , sergos@tarantool.org, gorcunov@gmail.com, Leonid Vasiliev Cc: tarantool-patches@dev.tarantool.org > Thanks! Looks good. I squashed the patch into the previous commit. > > Here's the new commit message I came up with: > > >     replication: introduce replication_synchro_quorum and replication_synchro_timeout cfg options Commit titles should be not longer than 50 symbols if possible. So I changed it to: replication: introduce replication_synchro_* cfg options Still a bit longer though.