Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit c1baf81

Browse files
committed
fixed bug in application blocking time
1 parent 7eb50d8 commit c1baf81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/bigtable/data/_async/_read_rows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ async def merge_rows(
325325
if self._operation_metric.active_attempt is not None:
326326
self._operation_metric.active_attempt.application_blocking_time_ns += ( # type: ignore
327327
time.monotonic_ns() - block_time
328-
) * 1000
328+
)
329329
break
330330
c = await it.__anext__()
331331
except _ResetRow as e:

0 commit comments

Comments
 (0)