Skip to content

Commit 6fbe475

Browse files
committed
infra: increase default volume size to 5GB
1 parent 8db7059 commit 6fbe475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homefs/btrfs_volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
STORAGE_ROOT = Path(os.environ.get("STORAGE_ROOT", "/data"))
16-
VOLUME_SIZE = os.environ.get("VOLUME_SIZE", "1G")
16+
VOLUME_SIZE = os.environ.get("VOLUME_SIZE", "5G")
1717

1818

1919
def btrfs(*args, **kwargs):

0 commit comments

Comments
 (0)