load 100 alts at first

pull/6762/head
Thibault Duplessis 2020-06-03 15:27:13 -06:00
parent c9ae685144
commit f0cb850fb1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ var tablesort = require('tablesort');
let $toggle = $('.user-show .mod-zone-toggle');
let $zone = $('.user-show .mod-zone');
let nbOthers = 50;
let nbOthers = 100;
function streamLoad() {
const source = new EventSource($toggle.attr('href') + '?nbOthers=' + nbOthers);