Skip to content

Commit

Permalink
Don't automatically disable the session timeout on AirPlay 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Jun 29, 2024
1 parent 6c64b52 commit e09b9c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shairport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e09b9c6

Please sign in to comment.