git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 62ee1b7bfd9fae4bbec8650f48cc6d5494403927

speed up loading of notifications page (reduce window size)

Matt McKegg committed on 11/2/2016, 9:23:04 AM
Parent: 630e1ab2e5fc8063d7a07205c7bf4129e3885593

Files changed

modules/notifications.jschanged
modules/notifications.jsView
@@ -45,9 +45,11 @@
4545 return !oldest || msg.value.timestamp > oldest
4646 })
4747 )
4848 }
49- }, [])
49+ }, [], {
50+ windowSize: 100
51+ })
5052 }
5153 }
5254
5355 function unbox () {

Built with git-ssb-web