Skip to content

Commit

Permalink
dst: update random seed key (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
asubiotto authored May 27, 2024
1 parent ef7d1fe commit d04bda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dst/dst_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
)

const (
randomSeedKey = "POLARSIGNALS_RANDOM_SEED"
randomSeedKey = "GORANDSEED"
numCommands = 512
dbName = "test"
tableName = "test"
Expand Down

0 comments on commit d04bda2

Please sign in to comment.