created frontend with login, room listing and creation, and message page with all features

This commit is contained in:
2025-12-15 14:50:50 +01:00
parent 43a55a9a7c
commit 0365c7978c
2 changed files with 15 additions and 5 deletions

View File

@@ -24,8 +24,8 @@ async fn main() -> anyhow::Result<()> {
.allow_headers([header::AUTHORIZATION, header::CONTENT_TYPE]);
let governor_conf = GovernorConfigBuilder::default()
.per_second(5)
.burst_size(10)
.per_second(10)
.burst_size(20)
.finish()
.unwrap();