Unverified Commit bb26cfa2 authored by isabel's avatar isabel
Browse files

nixos/bluesky-pds: increase PDS_BLOB_UPLOAD_LIMIT

parent b8d4a3c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
          };