Skip to content

Commit 325af92

Browse files
committed
Increase http streaming timeout
1 parent 95e03ed commit 325af92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,8 @@ http_timeout = 30000
649649

650650
# HTTP streaming timeout in milliseconds for large file downloads (subtree data, blocks during catchup)
651651
# This is longer than http_timeout to accommodate large subtree data files which can be 100+ MB
652-
# Default: 300000ms (5 minutes)
653-
http_streaming_timeout = 300000
652+
# Default: 600000ms (10 minutes)
653+
http_streaming_timeout = 600000
654654

655655
# IPV6 Addresses
656656
# --------------

0 commit comments

Comments
 (0)