This is an automated email from the ASF dual-hosted git repository.
yixia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-seata-go-samples.git
The following commit(s) were added to refs/heads/main by this push:
new fc74bcf update undo log compress type config (#48)
fc74bcf is described below
commit fc74bcf4f3fd2e05afef3638a0d3c1d019d0b13d
Author: smiletrl <[email protected]>
AuthorDate: Fri Feb 2 10:58:42 2024 +0800
update undo log compress type config (#48)
---
conf/seatago.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/conf/seatago.yml b/conf/seatago.yml
index 3d4a9db..58607f3 100644
--- a/conf/seatago.yml
+++ b/conf/seatago.yml
@@ -65,10 +65,8 @@ seata:
# Only store modified fields
only-care-update-columns: true
compress:
- # Whether compression is required
- enable: true
- # Compression type
- type: zip
+ # Compression type. Allowed Options: None, Gzip, Zip, Sevenz, Bzip2,
Lz4, Zstd, Deflate
+ type: None
# Compression threshold Unit: k
threshold: 64k
load-balance:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]