内存泄露优化

This commit is contained in:
dy 2023-12-21 11:55:32 +08:00
parent 87ccce1875
commit cd6c79f6ac
2 changed files with 1124 additions and 0 deletions

View File

@ -11,4 +11,6 @@ WORKDIR /app
RUN npm config set registry http://registry.npm.taobao.org/ && npm install pm2@5.2.2 -g
RUN rm -rf node_modules/tsbuffer-validator/index.js && cp tsbufferIndex.js node_modules/tsbuffer-validator/index.js
CMD cd /app && sh zoeninfo.sh "Asia/Tokyo" && pm2-runtime start js_pm2.config.js -- ${Param}

1122
src/tsbufferIndex.js Normal file

File diff suppressed because it is too large Load Diff