mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Boost site changes to 100
This commit is contained in:
parent
bf212abb6f
commit
343e3ee502
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ get '/activity' do
|
||||||
end
|
end
|
||||||
|
|
||||||
events = global_dataset.all
|
events = global_dataset.all
|
||||||
site_change_events = Event.global_site_changes_dataset.limit(25).all
|
site_change_events = Event.global_site_changes_dataset.limit(100).all
|
||||||
|
|
||||||
@events = []
|
@events = []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue