Merge pull request #9146 from appwrite/feat-rollback-specifications

Set base specification CPUs to 0.5 again
This commit is contained in:
Christy Jacob
2025-01-07 12:34:23 +05:30
committed by GitHub
+1 -1
View File
@@ -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,