Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Increased delay for Dashboard permissions to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynatrace-Asad-Ali committed Jun 10, 2021
1 parent 4ba7cbb commit aa01db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (p *Processor) Process() error {
}

if endpointName == "Dashboards" {
time.Sleep(30 * time.Second)
time.Sleep(10 * time.Second)
if p.Config.Verbose {
log.Println("Sending sharing data")
}
Expand Down

0 comments on commit aa01db1

Please sign in to comment.