mirror of
https://github.com/bitwarden/server
synced 2025-12-22 19:23:45 +00:00
hub configurations
This commit is contained in:
@@ -58,7 +58,7 @@ namespace Bit.Hub
|
||||
{
|
||||
var storageAccount = CloudStorageAccount.Parse(_globalSettings.Events.ConnectionString);
|
||||
var queueClient = storageAccount.CreateCloudQueueClient();
|
||||
_queue = queueClient.GetQueueReference("sync");
|
||||
_queue = queueClient.GetQueueReference("notifications");
|
||||
|
||||
while(!cancellationToken.IsCancellationRequested)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user