Skip to content

Commit e09b9c6

Browse files
committed
Don't automatically disable the session timeout on AirPlay 2.
1 parent 6c64b52 commit e09b9c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shairport.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2048,7 +2048,6 @@ int main(int argc, char **argv) {
20482048
config.tolerance = 0.002;
20492049

20502050
#ifdef CONFIG_AIRPLAY_2
2051-
config.timeout = 0; // disable watchdog
20522051
config.port = 7000;
20532052
#else
20542053
config.port = 5000;

0 commit comments

Comments
 (0)