File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ async def _select_servers_loop(
354
354
operationId = operation_id ,
355
355
topologyDescription = self .description ,
356
356
clientId = self .description ._topology_settings ._topology_id ,
357
- remainingTimeMS = int (end_time - time .monotonic ()),
357
+ remainingTimeMS = int (1000 * ( end_time - time .monotonic () )),
358
358
)
359
359
logged_waiting = True
360
360
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ def _select_servers_loop(
354
354
operationId = operation_id ,
355
355
topologyDescription = self .description ,
356
356
clientId = self .description ._topology_settings ._topology_id ,
357
- remainingTimeMS = int (end_time - time .monotonic ()),
357
+ remainingTimeMS = int (1000 * ( end_time - time .monotonic () )),
358
358
)
359
359
logged_waiting = True
360
360
You can’t perform that action at this time.
0 commit comments