Skip to content

Commit e6a4802

Browse files
committed
Need one more loop on errors
1 parent 8feca79 commit e6a4802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/com/biglybt/pifimpl/local/utils/resourcedownloader/ResourceDownloaderURLImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ protected void setForceProxy( Proxy proxy ){
814814
try{
815815
SSLSocketFactory ssl_socket_factory = null;
816816

817-
for ( int connect_loop=0;connect_loop<3;connect_loop++ ){
817+
for ( int connect_loop=0;connect_loop<4;connect_loop++ ){
818818

819819
File temp_file = null;
820820

0 commit comments

Comments
 (0)