added token storage in a store, and improved layout on mobile

This commit is contained in:
2025-12-15 16:24:30 +01:00
parent 5ec961255d
commit 68e093f388
2 changed files with 3 additions and 3 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(10)
.burst_size(20)
.per_second(25)
.burst_size(50)
.finish()
.unwrap();