From 2cf39788eeea84e5dd574f7953889d846065db8e Mon Sep 17 00:00:00 2001 From: hantmac Date: Mon, 3 Jun 2024 11:39:05 +0800 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19665b4..95d48f1 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ with `config.conf.json` and the table `default.kfk_test` will be created and the | databendDSN | databend dsn | no | "http://localhost:8000" | | databendTable | databend table | no | "db1.tbl" | | batchSize | batch size | 1000 | 1000 | -| batchMaxInterval | batch max interval | 30 | 30s | +| batchMaxInterval | batch max interval | 30 | 30 | | dataFormat | data format | json | "json" | | workers | workers thread number | 1 | 1 | | copyPurge | copy purge | false | false |