From 14b571e306917929c0fb39103b67ffb1994fb703 Mon Sep 17 00:00:00 2001 From: dingbo Date: Tue, 12 Jul 2022 14:03:17 +0800 Subject: [PATCH] docs: test highvolume_example.py --- docs/examples/python/highvolume_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/python/highvolume_example.py b/docs/examples/python/highvolume_example.py index 8a8e042266..c3e41e9467 100644 --- a/docs/examples/python/highvolume_example.py +++ b/docs/examples/python/highvolume_example.py @@ -159,7 +159,7 @@ def set_global_config(): # ANCHOR: main def main(): set_global_config() - logging.info(f"READ_TASK_COUNT={READ_TASK_COUNT}, WRITE_TASK_COUNT={WRITE_TASK_COUNT}, TABLE_COUNT={TABLE_COUNT}, MAX_BATCH_SIZE={MAX_BATCH_SIZE}") + logging.info(f"READ_TASK_COUNT={READ_TASK_COUNT}, WRITE_TASK_COUNT={WRITE_TASK_COUNT}, QUEUE_SIZE={QUEUE_SIZE}, TABLE_COUNT={TABLE_COUNT}, MAX_BATCH_SIZE={MAX_BATCH_SIZE}") database_monitor = DataBaseMonitor() time.sleep(3) # wait for database ready -- GitLab