Skip to content

Commit ad18efc

Browse files
authored
Tune AWS conformance (transparency-dev#595)
1 parent 51891c3 commit ad18efc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/conformance/aws/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ func main() {
8181
appender, shutdown, _, err := tessera.NewAppender(ctx, driver, tessera.NewAppendOptions().
8282
WithCheckpointSigner(s, a...).
8383
WithCheckpointInterval(*publishInterval).
84-
WithBatching(1024, time.Second).
84+
WithBatching(512, 300*time.Millisecond).
8585
WithPushback(10*4096).
86-
WithAntispam(256, nil))
86+
WithAntispam(256<<10, nil))
8787
if err != nil {
8888
klog.Exit(err)
8989
}

0 commit comments

Comments
 (0)