*Don't use memory mode

This commit is contained in:
Derrick Hammer 2023-02-14 20:10:01 -05:00
parent 704abf6f4f
commit 392075b43c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ export default class HandshakeProxy extends Proxy {
argv: false,
env: false,
noDns: true,
memory: true,
memory: false,
logFile: false,
logConsole: true,
logLevel: "info",