mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
reduce activity updates to 500 for now (pending optimizations)
This commit is contained in:
parent
92ed88cd9b
commit
9989e00f6d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ get '/activity' do
|
|||
|
||||
if SimpleCache.expired?(:activity_event_ids)
|
||||
|
||||
initial_events = Event.global_site_changes_dataset.limit(1000).all
|
||||
initial_events = Event.global_site_changes_dataset.limit(500).all
|
||||
@events = []
|
||||
initial_events.each do |event|
|
||||
event_site = event.site
|
||||
|
|
Loading…
Add table
Reference in a new issue