perf(server): improve syslog performance

This commit is contained in:
syuilo 2022-12-06 09:38:55 +09:00
parent d8611506cf
commit b4be9d270c
3 changed files with 7 additions and 6 deletions

View file

@ -20,6 +20,7 @@ You should also include the user name that made the change.
- You may have to `yarn run clean-all`, `sudo corepack enable` and `yarn set version berry` before running `yarn install` if you're still on yarn classic
### Improvements
- Server: improve syslog performance @syuilo
### Bugfixes
- Server: 引用内の文章がnyaizeされてしまう問題を修正 @kabo2468