Skip to content

Commit

Permalink
[ISSUE-1180] K8s API throttling due to intensive use during partition…
Browse files Browse the repository at this point in the history
… table syncing (#1183)

Signed-off-by: Andrzej Zukowski <[email protected]>
  • Loading branch information
Andrzej-Zukowski authored Jun 21, 2024
1 parent 41b6efc commit d505495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/base/linuxutils/partitionhelper/partition_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const (
GetPartitionUUIDCmdTmpl = sgdisk + "%s --info=%s"

// NumberOfRetriesToSyncPartTable how many times to sync fs tab
NumberOfRetriesToSyncPartTable = 15
NumberOfRetriesToSyncPartTable = 5
// SleepBetweenRetriesToSyncPartTable default timeout between fs tab sync attempt
SleepBetweenRetriesToSyncPartTable = 3 * time.Second
)
Expand Down

0 comments on commit d505495

Please sign in to comment.