This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch to-207-new
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/to-207-new by this push:
new d53dd3594c3 Pipe: Improved the total performance by disable some
useless logic
d53dd3594c3 is described below
commit d53dd3594c386586ce98089470639d52f68c649b
Author: Caideyipi <[email protected]>
AuthorDate: Fri Aug 15 14:21:01 2025 +0800
Pipe: Improved the total performance by disable some useless logic
---
.github/workflows/daily-it.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/daily-it.yml b/.github/workflows/daily-it.yml
index 1ab0d3bb857..c4f72ff0fd6 100644
--- a/.github/workflows/daily-it.yml
+++ b/.github/workflows/daily-it.yml
@@ -80,4 +80,4 @@ jobs:
with:
name: table-standalone-log-java${{ matrix.java }}-${{ runner.os }}
path: integration-test/target/cluster-logs
- retention-days: 3
+ retention-days: 3
\ No newline at end of file