]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Don't automatically disable the session timeout on AirPlay 2.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 29 Jun 2024 19:38:43 +0000 (20:38 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 29 Jun 2024 19:38:43 +0000 (20:38 +0100)
shairport.c

index 29f7f4684299f85de2bb5860a08aa36fec82a9a9..e36d2cc3cb6c50538ef62b1c1f98c7c975b0098c 100644 (file)
@@ -2048,7 +2048,6 @@ int main(int argc, char **argv) {
   config.tolerance = 0.002;
 
 #ifdef CONFIG_AIRPLAY_2
-  config.timeout = 0; // disable watchdog
   config.port = 7000;
 #else
   config.port = 5000;