feat: Add max prev events config option, allowing adjusting limit for prev_events fetching
This commit is contained in:
@@ -222,6 +222,10 @@ impl Service {
|
||||
self.config.max_request_size
|
||||
}
|
||||
|
||||
pub fn max_fetch_prev_events(&self) -> u16 {
|
||||
self.config.max_fetch_prev_events
|
||||
}
|
||||
|
||||
pub fn allow_registration(&self) -> bool {
|
||||
self.config.allow_registration
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user