Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit ea1f05a

Browse files
authored
Bump async transport default batch size to 200 (#385)
1 parent 45ebc8b commit ea1f05a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opencensus/common/transports/async_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from opencensus.common.transports import base
2424

2525
_DEFAULT_GRACE_PERIOD = 5.0 # Seconds
26-
_DEFAULT_MAX_BATCH_SIZE = 10
26+
_DEFAULT_MAX_BATCH_SIZE = 200
2727
_WAIT_PERIOD = 60.0 # Seconds
2828
_WORKER_THREAD_NAME = 'opencensus.common.Worker'
2929
_WORKER_TERMINATOR = object()

0 commit comments

Comments
 (0)