Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Dec 9, 2024
1 parent ddfd17c commit 81a06e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const (
entryBundleSize = 256
logContType = "application/octet-stream"
ckptContType = "text/plain; charset=utf-8"
minCheckpointInterval = 1 * time.Second
minCheckpointInterval = time.Second

DefaultPushbackMaxOutstanding = 4096
DefaultIntegrationSizeLimit = 5 * 4096
Expand Down

0 comments on commit 81a06e3

Please sign in to comment.