Skip to content

Commit

Permalink
Merge 800241a into backport/b-flaky-core-sched-tests/naturally-champi…
Browse files Browse the repository at this point in the history
…on-man
  • Loading branch information
hc-github-team-nomad-core committed Feb 10, 2023
2 parents b272382 + 800241a commit 722bfb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nomad/structs/uuid.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package structs
// MaxUUIDsPerWriteRequest is the maximum number of UUIDs that can be included
// within a single write request. This is to ensure that the Raft message does
// not become too large. The resulting value corresponds to 0.25MB of IDs or
// 7282 UUID strings.
var MaxUUIDsPerWriteRequest = (1024 * 256) / 36
// 7281 UUID strings.
const MaxUUIDsPerWriteRequest = 7281 // (1024 * 256) / 36

0 comments on commit 722bfb5

Please sign in to comment.