mirror of
https://git.nolog.cz/NoLog.cz/anon.git
synced 2025-01-31 05:03:35 +01:00
increase bundling limit
This commit is contained in:
parent
963f04a88b
commit
3cb7293c36
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ async fn main() -> anyhow::Result<()> {
|
||||||
app.at("/new-account").get(create_account_endpoint);
|
app.at("/new-account").get(create_account_endpoint);
|
||||||
app.at("/metrics").get(metrics_endpoint);
|
app.at("/metrics").get(metrics_endpoint);
|
||||||
|
|
||||||
auto_serve_dir!(app, "/static", "static");
|
auto_serve_dir!(app, "/static", "static", 51200);
|
||||||
|
|
||||||
println!("Server started at {}", &bind_address);
|
println!("Server started at {}", &bind_address);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue