mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-23 02:00:34 +01:00
maxConcurrency: 8
This commit is contained in:
parent
a80a7f6458
commit
c2d084bac4
1 changed files with 1 additions and 1 deletions
|
@ -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: 16,
|
maxConcurrency: 8,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue