split join_room_by_id_helper into local and remote
prior stack frame allocated 180 KiB Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
6e50b07bf5
commit
fc1b8326e6
2 changed files with 478 additions and 470 deletions
|
@ -2,6 +2,6 @@ array-size-threshold = 4096
|
|||
cognitive-complexity-threshold = 94 # TODO reduce me ALARA
|
||||
excessive-nesting-threshold = 11 # TODO reduce me to 4 or 5
|
||||
future-size-threshold = 7745 # TODO reduce me ALARA
|
||||
stack-size-threshold = 178030 # reduce me ALARA
|
||||
stack-size-threshold = 173577 # reduce me ALARA
|
||||
too-many-lines-threshold = 700 # TODO reduce me to <= 100
|
||||
type-complexity-threshold = 250 # reduce me to ~200
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue