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

Commit c49495d

Browse files
authored
Bump async transport _WAIT_PERIOD to 60s (#354)
Fixes #353.
1 parent 2aef803 commit c49495d

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
@@ -24,7 +24,7 @@
2424

2525
_DEFAULT_GRACE_PERIOD = 5.0 # Seconds
2626
_DEFAULT_MAX_BATCH_SIZE = 10
27-
_WAIT_PERIOD = 1.0 # Seconds
27+
_WAIT_PERIOD = 60.0 # Seconds
2828
_WORKER_THREAD_NAME = 'opencensus.common.Worker'
2929
_WORKER_TERMINATOR = object()
3030

0 commit comments

Comments
 (0)