Skip to content

Commit

Permalink
changed default size 512m to s-1vcpu-1gb
Browse files Browse the repository at this point in the history
  • Loading branch information
chipz committed Mar 22, 2018
1 parent f3ebd77 commit afb8842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server_manager/web_app/digitalocean_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ function getCityId(slug: server.RegionId): string {
return slug.substr(0, 3).toLowerCase();
}

const MACHINE_SIZE = '512mb';
const MACHINE_SIZE = 's-1vcpu-1gb';

export class DigitaloceanServerRepository implements server.ManagedServerRepository {
constructor(
Expand Down

0 comments on commit afb8842

Please sign in to comment.