bluesky-pds: 0.4.188 -> 0.4.193, nixos/bluesky-pds: increase blobsize (#461753)

This commit is contained in:
isabel
2025-11-15 00:04:35 +00:00
committed by GitHub
3 changed files with 12 additions and 12 deletions

View File

@@ -73,7 +73,7 @@ in
PDS_BLOB_UPLOAD_LIMIT = mkOption {
type = types.str;
default = "52428800";
default = "104857600";
description = "Size limit of uploaded blobs in bytes";
};