Fix sanity concurrency middleware (#3737)
#### Type of change - [x] 🐛 Bugfix - [x] 🤖 Supportability/Tests #### Test Plan - [x] 💪 Manual
This commit is contained in:
parent
56151a82eb
commit
41d20a411e
@ -53,6 +53,8 @@ func main() {
|
|||||||
_ = log.Sync() // flush all logs in the buffer
|
_ = log.Sync() // flush all logs in the buffer
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
graph.InitializeConcurrencyLimiter(ctx, true, 4)
|
||||||
|
|
||||||
adapter, err := graph.CreateAdapter(
|
adapter, err := graph.CreateAdapter(
|
||||||
tester.GetM365TenantID(ctx),
|
tester.GetM365TenantID(ctx),
|
||||||
os.Getenv("AZURE_CLIENT_ID"),
|
os.Getenv("AZURE_CLIENT_ID"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user