Skip to content

Commit

Permalink
order path
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Sep 11, 2023
1 parent c4eb5f9 commit a73f5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hscontrol/mapper/mapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ func (m *Mapper) marshalMapResponse(

mapResponsePath := path.Join(
mPath,
fmt.Sprintf("%d-%s-%d.json", atomic.LoadUint64(&m.seq), m.uid, now),
fmt.Sprintf("%d-%s-%d.json", now, m.uid, atomic.LoadUint64(&m.seq)),
)

log.Trace().Msgf("Writing MapResponse to %s", mapResponsePath)
Expand Down

0 comments on commit a73f5f5

Please sign in to comment.