Skip to content

Commit

Permalink
Fix MSG_SIZE_EXTENDED_METHODS (#15407)
Browse files Browse the repository at this point in the history
  • Loading branch information
themylogin authored Jan 16, 2025
1 parent c091785 commit 7dede65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/middlewared/middlewared/utils/limits.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@


# WARNING: below methods must _not_ be audited. c.f. comment in parse_message() below
MSG_SIZE_EXTENDED_METHODS = frozenset(
MSG_SIZE_EXTENDED_METHODS = frozenset({
'filesystem.file_receive',
)
})


class MsgSizeLimit(enum.IntEnum):
Expand Down

0 comments on commit 7dede65

Please sign in to comment.