Start process_scrobbles job
This commit is contained in:
parent
32c89bc12c
commit
e32d863354
9 changed files with 172 additions and 22 deletions
|
|
@ -16,11 +16,10 @@ pub const jetzig_options = struct {
|
|||
jetzig.middleware.HtmxMiddleware,
|
||||
// Demo middleware included with new projects. Remove once you are familiar with Jetzig's
|
||||
// middleware system.
|
||||
@import("app/middleware/DemoMiddleware.zig"),
|
||||
};
|
||||
|
||||
// Maximum bytes to allow in request body.
|
||||
// pub const max_bytes_request_body: usize = std.math.pow(usize, 2, 16);
|
||||
pub const max_bytes_request_body: usize = std.math.pow(usize, 2, 32);
|
||||
|
||||
// Maximum filesize for `public/` content.
|
||||
// pub const max_bytes_public_content: usize = std.math.pow(usize, 2, 20);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue