Skip to content

Commit

Permalink
[BUG] grace=None not 0
Browse files Browse the repository at this point in the history
  • Loading branch information
beggers authored and atroyn committed Apr 3, 2024
1 parent 2ebbc8c commit 36731e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromadb/db/impl/grpc/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def start(self) -> None:

@overrides
def stop(self) -> None:
self._server.stop(0)
self._server.stop(None)
return super().stop()

@overrides
Expand Down

0 comments on commit 36731e9

Please sign in to comment.