Skip to content

Commit

Permalink
xs2c-0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IxiAngel committed Jun 17, 2022
1 parent 13d133d commit 983370f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IxianS2/Meta/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class Config
public static string externalIp = "";

// Read-only values
public static readonly string version = "xs2c-0.4.9"; // S2 Node version
public static readonly string version = "xs2c-0.5.0"; // S2 Node version

public static readonly string checkVersionUrl = "https://www.ixian.io/s2-update.txt";
public static readonly int checkVersionSeconds = 6 * 60 * 60; // 6 hours
Expand Down
2 changes: 1 addition & 1 deletion IxianS2/Meta/Node.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Node : IxianNode
public Node()
{
CoreConfig.simultaneousConnectedNeighbors = 6;
IxianHandler.init(Config.version, this, Config.networkType);
IxianHandler.init(Config.version, this, Config.networkType, true);
init();
}

Expand Down

0 comments on commit 983370f

Please sign in to comment.