mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
wait 15 seconds each loop
This commit is contained in:
@@ -103,7 +103,7 @@ namespace Bit.Admin.HostedServices
|
||||
}
|
||||
}
|
||||
|
||||
await Task.Delay(TimeSpan.FromSeconds(5));
|
||||
await Task.Delay(TimeSpan.FromSeconds(15));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user