mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
perf(server): reduce memory usage of redis
This commit is contained in:
parent
5e9809407a
commit
20d5def957
1 changed files with 2 additions and 0 deletions
|
@ -263,6 +263,7 @@ export default function() {
|
|||
systemQueue.add('tickCharts', {
|
||||
}, {
|
||||
repeat: { cron: '55 * * * *' },
|
||||
removeOnComplete: true,
|
||||
});
|
||||
|
||||
systemQueue.add('resyncCharts', {
|
||||
|
@ -278,6 +279,7 @@ export default function() {
|
|||
systemQueue.add('checkExpiredMutings', {
|
||||
}, {
|
||||
repeat: { cron: '*/5 * * * *' },
|
||||
removeOnComplete: true,
|
||||
});
|
||||
|
||||
processSystemQueue(systemQueue);
|
||||
|
|
Loading…
Add table
Reference in a new issue