Skip to content

Commit

Permalink
Reduce pressure to apiserver in large cluster
Browse files Browse the repository at this point in the history
The checkSPDKSupport frequency is too high, which puts a lot of pressure on apiserver in large cluster
  • Loading branch information
ypnuaa037 committed Feb 20, 2024
1 parent 718cea7 commit 9275828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/csi/nodeserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ func (ns *nodeServer) checkSPDKSupport() {
}
}
}

time.Sleep(time.Millisecond * 100)
time.Sleep(time.Second * 60)
}
}

0 comments on commit 9275828

Please sign in to comment.