aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src/meshbay_node/transport/webrtc/limits.py
blob: 89fe86b68d5df5b583b9216a36c1bb8fe0198a9e (plain) (blame)
1
2
3
4
5
"""Limits read by more than one part of the WebRTC session."""


CHUNK_SIZE = 1024 * 1024
MAX_MSG = 64 * 1024 * 1024