Skip to content

Commit

Permalink
Let more time to transfert big image
Browse files Browse the repository at this point in the history
  • Loading branch information
pchev committed Jan 16, 2020
1 parent 0ddd679 commit abc2dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cu_tcpserver.pas
Expand Up @@ -167,7 +167,7 @@ procedure TTCPDaemon.Execute;
Synchronize(@ShowError);
MaxLineLength := 1024;
//writetrace('setlinger');
setLinger(True, 0);
setLinger(True, 15000);
if lasterror <> 0 then
Synchronize(@ShowError);
//writetrace('bind to '+fipaddr+' '+fipport);
Expand Down

0 comments on commit abc2dbc

Please sign in to comment.