mirror of
https://github.com/bitwarden/server
synced 2026-01-05 01:53:17 +00:00
support message pack protocol for signalr
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Bit.Notifications.Jobs
|
||||
{
|
||||
var everyFiveMinutesTrigger = TriggerBuilder.Create()
|
||||
.StartNow()
|
||||
.WithCronSchedule("0 */5 * * * ?")
|
||||
.WithCronSchedule("0 */30 * * * ?")
|
||||
.Build();
|
||||
|
||||
Jobs = new List<Tuple<Type, ITrigger>>
|
||||
|
||||
Reference in New Issue
Block a user