troubleshoot http2

This commit is contained in:
xmcp
2019-08-18 18:27:05 +08:00
parent f580f1b797
commit 3aa1881c55

View File

@@ -10,8 +10,9 @@ import {TokenCtx, ReplyForm} from './UserAction';
import {API, PKUHELPER_ROOT} from './flows_api'; import {API, PKUHELPER_ROOT} from './flows_api';
const IMAGE_BASE=PKUHELPER_ROOT+'services/pkuhole/images/'; // troubleshotting performance problem with http2
const AUDIO_BASE=PKUHELPER_ROOT+'services/pkuhole/audios/'; const IMAGE_BASE='http://pkuhelper.pku.edu.cn/services/pkuhole/images/';
const AUDIO_BASE='http://pkuhelper.pku.edu.cn/services/pkuhole/audios/';
const SEARCH_PAGESIZE=50; const SEARCH_PAGESIZE=50;
const CLICKABLE_TAGS={a: true, audio: true}; const CLICKABLE_TAGS={a: true, audio: true};