From a5c6b775587dbdef24a441149ec79648c5e3140f Mon Sep 17 00:00:00 2001 From: Jingsong Date: Thu, 30 Nov 2023 09:58:17 +0800 Subject: [PATCH] [doc] Document changelog-producer.lookup-wait --- docs/content/maintenance/write-performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/maintenance/write-performance.md b/docs/content/maintenance/write-performance.md index 6eb503539725..bfec08d01bd4 100644 --- a/docs/content/maintenance/write-performance.md +++ b/docs/content/maintenance/write-performance.md @@ -85,7 +85,7 @@ This configuration will generate more files during peak write periods and gradua performance during low write periods. In the case of `'changelog-producer' = 'lookup'`, by default, the lookup will be completed at checkpointing, which -will block the checkpoint. If you want an asynchronous lookup, you can enable `'changelog-producer.lookup-wait' = 'true'`. +will block the checkpoint. If you want an asynchronous lookup, you can use `'changelog-producer.lookup-wait' = 'false'`. ### Number of Sorted Runs to Pause Writing