From 9af2430c711fba6544c20312a6b39557c0616a3f Mon Sep 17 00:00:00 2001 From: Luca Milanesio Date: Wed, 15 Jul 2020 23:26:28 +0100 Subject: [PATCH] Update git submodules * Update plugins/replication from branch 'stable-3.2' to f3018192441107e430294c7ddfc44d72e74061e8 - Merge branch 'stable-3.1' into stable-3.2 * stable-3.1: Fix naming for delay for draining the replication event queue Change-Id: I1b3977e395bba314c7c87e7b26835659f4c222f3 - Merge branch 'stable-3.0' into stable-3.1 * stable-3.0: Fix naming for delay for draining the replication event queue Change-Id: If0462b358be65730f4d6531b1260f2ad3d9d972e - Merge branch 'stable-2.16' into stable-3.0 * stable-2.16: Fix naming for delay for draining the replication event queue Change-Id: I3cba1756a10a1c12db96d04ca55d3feb7bc8784e - Fix naming for delay for draining the replication event queue Thread.sleep() takes milliseconds as an argument, not seconds. Otherwise, multiplying by 1000 would be a bug. Also switches to returning a long, which fixes a potential overflow when multiplying by 1000. Change-Id: I3fc5c939e8c09c134e24fa9381e96e6529b5be4d --- plugins/replication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/replication b/plugins/replication index 6cfdeb49a0..f301819244 160000 --- a/plugins/replication +++ b/plugins/replication @@ -1 +1 @@ -Subproject commit 6cfdeb49a0cbfe94f66b0d6c25c627bf5d6c98ec +Subproject commit f3018192441107e430294c7ddfc44d72e74061e8