Update page views counters a little bit more often (#11286)
This commit is contained in:
parent
0b8f28e1c8
commit
397a1c2389
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class PageViewsController < ApplicationMetalController
|
|||
|
||||
def skip_page_view_update?
|
||||
# We don't need to update the article page views every time.
|
||||
rand(15) != 1
|
||||
rand(8) != 1
|
||||
end
|
||||
|
||||
def skip_organic_page_view_update?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue