Merge pull request #329 from InoUno/pub-ratelimits
Make Session ratelimits accessible from outside of crate
This commit is contained in:
commit
fea00e2d18
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue