add compression for stuff served via express
This commit is contained in:
parent
ede95ff16c
commit
e803945d23
7 changed files with 146 additions and 4 deletions
|
|
@ -268,7 +268,7 @@ export async function main(
|
|||
log: [],
|
||||
logPointer: 0,
|
||||
logIdx: 0,
|
||||
speeds: [0.5, 1, 2, 5, 10, 20, 50],
|
||||
speeds: [0.5, 1, 2, 5, 10, 20, 50, 100, 250, 500],
|
||||
speedIdx: 1,
|
||||
paused: false,
|
||||
lastRealTs: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue