nixos/bluesky-pds: increase PDS_BLOB_UPLOAD_LIMIT

copying upstream
https://github.com/bluesky-social/pds/commit/cdc46aae58ce04a2e64dc6487152d026f4b7b92f
This commit is contained in:
isabel
2025-11-14 23:14:05 +00:00
parent b8d4a3c532
commit bb26cfa294
@@ -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";
};