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(
354354 operationId = operation_id ,
355355 topologyDescription = self .description ,
356356 clientId = self .description ._topology_settings ._topology_id ,
357- remainingTimeMS = int (end_time - time .monotonic ()),
357+ remainingTimeMS = int (1000 * ( end_time - time .monotonic () )),
358358 )
359359 logged_waiting = True
360360
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ def _select_servers_loop(
354354 operationId = operation_id ,
355355 topologyDescription = self .description ,
356356 clientId = self .description ._topology_settings ._topology_id ,
357- remainingTimeMS = int (end_time - time .monotonic ()),
357+ remainingTimeMS = int (1000 * ( end_time - time .monotonic () )),
358358 )
359359 logged_waiting = True
360360
You can’t perform that action at this time.
0 commit comments