Skip to content
Snippets Groups Projects
Verified Commit 4fd02de1 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Revert "increase default disk size"

This reverts commit ccc5c502.
parent ccc5c502
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ log = logging.getLogger(__name__) # pylint: disable=invalid-name
"""Greenhost region where VPS will be started with create_droplet"""
DEFAULT_REGION = 'ams1'
"""Default disk size"""
DEFAULT_DISK_SIZE_GB = 35
DEFAULT_DISK_SIZE_GB = 30
"""Default amount of memory"""
DEFAULT_MEMORY_SIZE_MB = 12288
"""Default "image" (operating system): 26 = Debian bullseye-x64 """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment