From e630722f11821b4d7610bceae256674114f9803b Mon Sep 17 00:00:00 2001 From: reivilibre Date: Fri, 8 Apr 2022 15:29:13 +0100 Subject: Optimise `_update_client_ips_batch_txn` to batch together database operations. (#12252) Co-authored-by: Patrick Cloke --- changelog.d/12252.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12252.feature (limited to 'changelog.d/12252.feature') diff --git a/changelog.d/12252.feature b/changelog.d/12252.feature new file mode 100644 index 0000000000..82b9e82f86 --- /dev/null +++ b/changelog.d/12252.feature @@ -0,0 +1 @@ +Move `update_client_ip` background job from the main process to the background worker. \ No newline at end of file -- cgit 1.5.1