mirror of
https://github.com/neocities/neocities.git
synced 2025-05-15 08:57:17 +02:00
tweak numbers
This commit is contained in:
parent
60f9b5b589
commit
12b7a2830e
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ class Event < Sequel::Model
|
|||
many_to_one :site
|
||||
many_to_one :actioning_site, key: :actioning_site_id, class: :Site
|
||||
|
||||
DEFAULT_GLOBAL_LIMIT = 100
|
||||
DEFAULT_GLOBAL_LIMIT = 200
|
||||
GLOBAL_VIEWS_MINIMUM = 500
|
||||
|
||||
def self.global_dataset(current_page=1, limit=DEFAULT_GLOBAL_LIMIT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue