We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c05dca commit 3cd397aCopy full SHA for 3cd397a
1 file changed
plugin/mcfish/pole.go
@@ -502,7 +502,7 @@ func init() {
502
attribute := strconv.Itoa(durationList[thingName]) + "/0/" + strconv.Itoa(induceLevel) + "/" + strconv.Itoa(favorLevel)
503
504
newthing := article{
505
- Duration: time.Now().Unix() + int64(g*10), // 加偏移避免主键冲突
+ Duration: time.Now().Unix() + int64(g*10),
506
Type: "pole",
507
Name: thingName,
508
Number: 1,
0 commit comments