mirror of
https://github.com/bitwarden/server
synced 2025-12-15 15:53:59 +00:00
[PM-17562] Add in-memory cache for event integrations (#6085)
* [PM-17562] Add in-memory cache for event integrations * Fix Sql error * Fix failing test * Add additional tests for new cache service * PR suggestions addressed
This commit is contained in:
@@ -287,6 +287,7 @@ public class GlobalSettings : IGlobalSettings
|
||||
{
|
||||
public AzureServiceBusSettings AzureServiceBus { get; set; } = new AzureServiceBusSettings();
|
||||
public RabbitMqSettings RabbitMq { get; set; } = new RabbitMqSettings();
|
||||
public int IntegrationCacheRefreshIntervalMinutes { get; set; } = 10;
|
||||
|
||||
public class AzureServiceBusSettings
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user