mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
lengthened rank threshold
This commit is contained in:
parent
906e05d780
commit
35fb817a68
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ func (self *Brand) checkRank() {
|
|||
self.Rank()
|
||||
} else if self.rank_count > 0 {
|
||||
last := time.Since(self.rank_time) * time.Second
|
||||
if last > 60 {
|
||||
if last > 60*5 {
|
||||
self.Rank()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue