Merge branch 'serve' of git.flanchan.moe:flanchan/genmarkov into serve

serve
Avril 4 years ago
commit d61ece534f
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -40,7 +40,7 @@ mod forwarded_list;
#[cfg(feature="trust-x-forwarded-for")]
use forwarded_list::XForwardedFor;
const MAX_CONTENT_LENGTH: u64 = 1024 * 16;
const MAX_CONTENT_LENGTH: u64 = 1024 * 1024 * 4; //4MB
const MAX_GEN_SIZE: usize = 256;
#[derive(Debug)]

Loading…
Cancel
Save