mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
do not connect to event hub in sync session
This commit is contained in:
parent
152ba94979
commit
e5c8dd3e44
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ class SyncEntitiesFactory:
|
|||
server_url=self._server_url,
|
||||
api_key=self._api_key,
|
||||
api_user=self._api_user,
|
||||
auto_connect_event_hub=True
|
||||
auto_connect_event_hub=False
|
||||
)
|
||||
|
||||
self.duplicates = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue