de-wrapper max_fetch_prev_event; increase default config
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
0e55fa2de2
commit
167807e0a6
3 changed files with 5 additions and 5 deletions
|
@ -171,8 +171,6 @@ impl Service {
|
|||
#[inline]
|
||||
pub fn server_name(&self) -> &ServerName { self.config.server_name.as_ref() }
|
||||
|
||||
pub fn max_fetch_prev_events(&self) -> u16 { self.config.max_fetch_prev_events }
|
||||
|
||||
pub fn allow_registration(&self) -> bool { self.config.allow_registration }
|
||||
|
||||
pub fn allow_guest_registration(&self) -> bool { self.config.allow_guest_registration }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue