nixos/bluesky-pds: increase PDS_BLOB_UPLOAD_LIMIT
copying upstream
cdc46aae58
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user