Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
remove unused ws_ping_pong_interval
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Apr 17, 2021
1 parent 7bfe9c5 commit b651721
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/mod_audio_fork/audio_pipe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ bool AudioPipe::lws_service_thread(unsigned int nServiceThread) {
info.ka_interval = 5; // time between ka's
info.timeout_secs = 10; // doc says timeout for "various processes involving network roundtrips"
info.keepalive_timeout = 5; // seconds to allow remote client to hold on to an idle HTTP/1.1 connection
info.ws_ping_pong_interval = 20; // interval in seconds between sending PINGs on idle websocket connections
info.timeout_secs_ah_idle = 10; // secs to allow a client to hold an ah without using it

lwsl_notice("AudioPipe::lws_service_thread creating context in service thread %d.\n", nServiceThread);
Expand Down

0 comments on commit b651721

Please sign in to comment.