banner
RustyNail

RustyNail

coder. 【blog】https://rustynail.me 【nostr】wss://ts.relays.world/ wss://relays.world/nostr

audio data transfer expired

audio data transmission timeout#

The data transmission for the audio to the frontend often gets disconnected in the background.

After searching for a long time and not finding the bug,

I found that the connection time of Tomcat has expired.

Modify this line in \tomcat path\conf\server.xml

<Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="900000"
               redirectPort="8443" />

Increase the value of connectionTimeout, the unit should be in milliseconds, default is 20000.

Oh, it's so frustrating.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.