Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Fix/client shutdown speed

wakonig_k requested to merge fix/client_shutdown_speed into main

Description

Type of Change

  • Improved shutdown speed by replacing unnecessary calls to time.sleep with Event.wait calls.
  • Minor improvements to type hints.

Definition of Done

  • Documentation is up-to-date.
Edited by wakonig_k

Merge request reports

Loading