Browse Source

revert gc

tags/2.5.3
clowwindy 9 years ago
parent
commit
766b9aac56
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      shadowsocks-csharp/Controller/ShadowsocksController.cs

+ 1
- 0
shadowsocks-csharp/Controller/ShadowsocksController.cs View File

@@ -54,6 +54,7 @@ namespace Shadowsocks.Controller
{ {
_config = Configuration.Load(); _config = Configuration.Load();
_strategyManager = new StrategyManager(this); _strategyManager = new StrategyManager(this);
StartReleasingMemory();
} }
public void Start() public void Start()


Loading…
Cancel
Save