Skip to content

Commit

Permalink
increase variance in delayminutes (#3359)
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus authored Oct 13, 2023
1 parent 4b95ef8 commit 48d08f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/resetdb/datagen.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (d *datagen) NewNR(userID, cmID string) {
ID: d.UUID(),
UserID: userID,
ContactMethodID: cmID,
DelayMinutes: d.ints.Gen(60, cmID),
DelayMinutes: d.ints.Gen(600, cmID),
}
d.NotificationRules = append(d.NotificationRules, nr)
}
Expand Down

0 comments on commit 48d08f2

Please sign in to comment.