Alpha 18 sync
This commit is contained in:
parent
05fdcb67be
commit
5546fbab23
|
@ -4705,3 +4705,6 @@
|
|||
|
||||
+ Added USAGE.MPS to the default installation. This currently shows a
|
||||
weekly and monthly usage graph calculated based on the number of calls.
|
||||
|
||||
! Fixed a bug which could sometimes cause a node to get disconnected just
|
||||
after MIS answered the all in Windows.
|
||||
|
|
|
@ -232,8 +232,8 @@ Var
|
|||
Begin
|
||||
Randomize;
|
||||
|
||||
FileMode := 66;
|
||||
Session.TempPath := Config.SystemPath + 'temp' + strI2S(Session.NodeNum) + PathChar;
|
||||
|
||||
Session.Pipe := TPipeDisk.Create(Config.DataPath, False, Session.NodeNum);
|
||||
|
||||
{$I-}
|
||||
|
|
|
@ -51,7 +51,7 @@ Uses
|
|||
Const
|
||||
HiddenNode = 255;
|
||||
UpdateNode = 500;
|
||||
UpdateStats = 6000 * 10;
|
||||
UpdateStats = 6000 * 10; // 10 minutes
|
||||
|
||||
AutoSnoop : Boolean = True;
|
||||
AutoSnoopID : LongInt = 0;
|
||||
|
|
Loading…
Reference in New Issue