Skip to content

Commit

Permalink
Clarify how DB state is shared between Butlers
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirving committed Jan 17, 2024
1 parent d9828db commit 1fab958
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/lsst/daf/butler/registry/sql_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ def isWriteable(self) -> bool:

def copy(self, defaults: RegistryDefaults | None = None) -> SqlRegistry:
"""Create a new `SqlRegistry` backed by the same data repository
as this one, but independent defaults and database connection.
as this one and sharing a database connection pool with it, but with
independent defaults and database sessions.
Parameters
----------
Expand Down

0 comments on commit 1fab958

Please sign in to comment.