mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 13:55:24 +00:00
refactor(blahd),test: move feed generation into submod and add test
This commit is contained in:
parent
1e8c16888c
commit
94e5913513
7 changed files with 188 additions and 81 deletions
|
@ -43,6 +43,12 @@ max_request_len = 4096
|
|||
# The maximum timestamp tolerance in seconds for request validation.
|
||||
timestamp_tolerance_secs = 90
|
||||
|
||||
[server.feed]
|
||||
# Additional page length limit for room feed.
|
||||
# Feed are fetched frequently and older items are rarely useful. You do want a
|
||||
# large response for feed.
|
||||
max_page_len = 64
|
||||
|
||||
[server.ws]
|
||||
|
||||
# The max waiting time for the first authentication message for websocket.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue