mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-28 22:55:11 +02:00
maxConcurrency: 8
This commit is contained in:
@@ -216,5 +216,5 @@ module.exports = {
|
|||||||
logHeapUsage: true, // To debug when out-of-memory happens on CI
|
logHeapUsage: true, // To debug when out-of-memory happens on CI
|
||||||
workerIdleMemoryLimit: '1GiB', // Limit the worker to 1GB (GitHub Workflows dies at 2GB)
|
workerIdleMemoryLimit: '1GiB', // Limit the worker to 1GB (GitHub Workflows dies at 2GB)
|
||||||
|
|
||||||
maxConcurrency: 32,
|
maxConcurrency: 8,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user