RCFilters: Live update: disable peek param
authorStephane Bisson <sbisson@wikimedia.org>
Mon, 11 Sep 2017 12:38:53 +0000 (08:38 -0400)
committerStephane Bisson <sbisson@wikimedia.org>
Mon, 11 Sep 2017 12:38:53 +0000 (08:38 -0400)
Temporarily disable the peek parameter until
we figure out why it doesn't work in betalabs.

This makes the responses larger but still much
smaller than they were originally.

Bug: T173613
Change-Id: I15af48d520644e3da073f0cc3bc63a7f7b7b3850

resources/src/mediawiki.rcfilters/mw.rcfilters.Controller.js

index 8d0aa05..f37229f 100644 (file)
                        'liveUpdate',
                        {
                                limit: 1,
-                               peek: 1, // bypasses all UI
+                               // temporarily disabled ( T173613#3591657 )
+                               // peek: 1, // bypasses all UI
                                from: this.changesListModel.getNextFrom()
                        }
                );