Skip to content

Commit

Permalink
Merge branch '1.0' into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Nov 22, 2024
2 parents 0b9fd56 + ccf4b48 commit b966aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpseclib/Net/SSH2.php
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ class SSH2
* @var int
* @access private
*/
var $doKeyReexchangeAfterXBytes = 1024 * 1024 * 1024;
var $doKeyReexchangeAfterXBytes = 1073741824;

/**
* Has a key re-exchange been initialized?
Expand Down

0 comments on commit b966aa2

Please sign in to comment.