mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05: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