chore: add comment

This commit is contained in:
loks0n 2024-10-23 15:16:15 +01:00
parent f7633c9c3b
commit 6f7d8d7f62

View file

@ -6,7 +6,7 @@ return [
Specification::S_05VCPU_512MB => [
'slug' => Specification::S_05VCPU_512MB,
'memory' => 512,
'cpus' => 1
'cpus' => 1 // TODO: revert this, it's a temporary change to test function performance.
],
Specification::S_1VCPU_512MB => [
'slug' => Specification::S_1VCPU_512MB,