Disconnecting session when reading a large html message

Hello community.When I try to display a large html file with streamlit.components.v1. html (). i get a session break and an application restart with the application cache reset, the timeout is about 18 seconds. The size of the html if you save it as html is about 30Mb. I tried to play with MESSAGE_LIMITSIZE value but it didn’t help as if something else is ending the session. Any ideas?
st version 0.84

2021-07-12 21:16:22.094 Sessions still active: dict_keys([ ])
2021-07-12 21:16:22.094 Files: 0; Sessions with files: 0
2021-07-12 21:16:22.094 Deleting expired files...
[I 2021-07-12 21:16:22.162 SingleUserLabApp log:181] 101 GET /user/jupyterhub_admin/streamlit_web/stream (jupyterhub_admin@......) 2.22ms
[I 2021-07-12 21:16:22.163 SingleUserLabApp handlers:313] Trying to establish websocket connection to ws://localhost:34055/stream
2021-07-12 21:16:22.167 Watcher created for /home/jovyan/work/ppkwebapp/app.py
[I 2021-07-12 21:16:22.167 SingleUserLabApp handlers:321] Websocket connection established to ws://localhost:34055/stream
2021-07-12 21:16:22.167 ReportSession initialized (id=c5c0026b-d76c-41f1-b57d-261e7acfb320)
2021-07-12 21:16:22.167 Created new session for ws 139735751210416. Session ID: c5c0026b-d76c-41f1-b57d-261e7acfb320```