Make Session ratelimits accessible from outside of crate

This commit is contained in:
InoUno 2025-02-18 06:51:59 +01:00
parent ed32b899ed
commit 4e58b35c88

View file

@ -123,7 +123,7 @@ pub struct Session {
// Limits and throttling
pub(crate) concurrent_initialize_semaphore: Arc<tokio::sync::Semaphore>,
pub(crate) ratelimits: Limits,
pub ratelimits: Limits,
// Monitoring / tracing / logging
pub(crate) stats: SessionStats,