Skip to content

Commit

Permalink
Changed: PacketCluster接続の改善(2) #623 #624 #625
Browse files Browse the repository at this point in the history
  • Loading branch information
jr8ppg committed Oct 1, 2024
1 parent 27bcbdc commit f2bef2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zlog/UComm.pas
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,10 @@ procedure TCommForm.TelnetSessionConnected(Sender: TTnCnx; Error: Word);
end;

FConnectTime := Now;
timerForceReconnect.Enabled := True;

if dmZLogGlobal.Settings.FClusterForceReconnectIntervalMin > 0 then begin
timerForceReconnect.Enabled := True;
end;
except
on E: Exception do begin
AddConsole(E.Message);
Expand Down

0 comments on commit f2bef2e

Please sign in to comment.