Skip to content

Commit f5ca7e6

Browse files
baluchickentarokkk
authored andcommitted
Use 1m threshold instead of 256m for oss logging (#53)
1 parent fd96fe4 commit f5ca7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/plugins/alibaba.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const AlibabaTemplate = `
2222
oss_object_key_format "%{time_slice}/%{host}-%{uuid}.%{file_ext}"
2323
2424
buffer_path /buffers/ali
25-
buffer_chunk_limit 256m
25+
buffer_chunk_limit 1m
2626
time_slice_format %Y%m%d
2727
time_slice_wait 10m
2828
</match>`

0 commit comments

Comments
 (0)