Skip to content

Commit

Permalink
switch back to old sku
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Jun 14, 2024
1 parent 7f66387 commit a5d75fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/vm/hetzner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const HETZNER_TOKEN = config.HETZNER_TOKEN;
const sshKeys = config.HETZNER_SSH_KEYS.split(',').map(Number);

export class Hetzner extends VMManager {
size = 'cx22'; // cpx11, cx22
size = 'cpx11'; // cpx11, cx22 (not available in US yet)
largeSize = 'cpx31'; // cpx21, cpx31, ccx13, ccx23, cx32
minRetries = 5;
reuseVMs = true;
Expand Down

0 comments on commit a5d75fa

Please sign in to comment.