mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Set base specification CPUs to 0.5 again
This commit is contained in:
parent
0ab86f4dac
commit
d3b764a9e2
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ return [
|
|||
Specification::S_05VCPU_512MB => [
|
||||
'slug' => Specification::S_05VCPU_512MB,
|
||||
'memory' => 512,
|
||||
'cpus' => 1 // TODO: revert this, it's a temporary change to test function performance.
|
||||
'cpus' => 0.5
|
||||
],
|
||||
Specification::S_1VCPU_512MB => [
|
||||
'slug' => Specification::S_1VCPU_512MB,
|
||||
|
|
|
|||
Loading…
Reference in a new issue