Migrate additional names in src/

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-05-14 03:04:11 +00:00
parent 75e92a01c7
commit 0463b962fd
9 changed files with 29 additions and 29 deletions

View File

@@ -11,7 +11,7 @@ use tuwunel_core::{
use crate::Ruma;
// conduwuit can handle a lot more results than synapse
// Tuwunel can handle a lot more results than synapse
const LIMIT_MAX: usize = 500;
const LIMIT_DEFAULT: usize = 10;