Skip to content

Commit 99c4719

Browse files
committed
Increase timeout
1 parent 03da5ce commit 99c4719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dlna_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/// Define the default http request timeout
2424
#ifndef DLNA_HTTP_REQUEST_TIMEOUT_MS
25-
#define DLNA_HTTP_REQUEST_TIMEOUT_MS 6000
25+
#define DLNA_HTTP_REQUEST_TIMEOUT_MS 15000
2626
#endif
2727

2828
/// Keep the session open for multiple requests

0 commit comments

Comments
 (0)