We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7af4d commit 06ef1d6Copy full SHA for 06ef1d6
dlna.py
@@ -64,8 +64,8 @@ class DLNAHandler(BaseHTTPRequestHandler):
64
fast = False # Fast mode flag to disable subprocess calls
65
66
def __init__(self, *args, **kwargs):
67
- # Set default timeout for socket operations (5 minutes)
68
- self.timeout = 300
+ # Set default timeout for socket operations (30 minutes)
+ self.timeout = 1800
69
# Initialize directory mapping attribute
70
self.directory_mapping = None
71
try:
0 commit comments