nixos/wastebin: update default POST size to match upstream
This commit is contained in:
parent
9e83b64f72
commit
5034dd7384
@ -107,7 +107,7 @@ in
|
||||
};
|
||||
|
||||
WASTEBIN_MAX_BODY_SIZE = mkOption {
|
||||
default = 1024;
|
||||
default = 1048576;
|
||||
type = types.int;
|
||||
description = "Number of bytes to accept for POST requests";
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user