perf: optimize list rendering
This commit is contained in:
parent
41d46b1a13
commit
978244dd22
3 changed files with 60 additions and 46 deletions
|
|
@ -320,7 +320,8 @@ class ClientService extends EventTarget {
|
|||
timeline.refs = newRefs.concat(timeline.refs)
|
||||
onEvents(newEvents.concat(cachedEvents), true)
|
||||
}
|
||||
}
|
||||
},
|
||||
eoseTimeout: 10000 // 10s
|
||||
})
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue