Skip to content

Commit 3a7b777

Browse files
committed
Merge branch 'main' into HEA-789/Create-concept-that-splits-one-expenditure-item-between-survival-or-LHP-and-Other
2 parents 56dc29a + 5d2010a commit 3a7b777

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/common/consumers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ async def connect(self):
6060
try:
6161
self.websocket = await websockets.connect(
6262
target_url,
63-
max_size=10485760,
63+
max_size=52428800, # Increase to 50 MB
6464
ping_interval=20,
65+
open_timeout=30, # Default is 10 sec
6566
subprotocols=subprotocols if subprotocols else None,
6667
)
6768
logger.info("Connected to upstream")

0 commit comments

Comments
 (0)