1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

disable brotli

This commit is contained in:
Martin McKeaveney 2020-05-18 14:36:42 +01:00
parent 661084a97f
commit 0d0d81b5c5

View file

@ -30,6 +30,7 @@ router
deflate: { deflate: {
flush: zlib.Z_SYNC_FLUSH, flush: zlib.Z_SYNC_FLUSH,
}, },
br: false
}) })
) )
.use(async (ctx, next) => { .use(async (ctx, next) => {