Skip to content

Commit fcba006

Browse files
authored
try disabling mars
1 parent 9d8bf94 commit fcba006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/PlasmaShared/GlobalConst.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static void SetMode(ModeType newMode)
5555
case ModeType.Test:
5656
BaseSiteUrl = "http://test.zero-k.info";
5757
ZkDataContextConnectionString =
58-
"Data Source=test.zero-k.info;Initial Catalog=zero-k_test;Persist Security Info=True;User ID=zero-k;Password=zkdevpass1;MultipleActiveResultSets=true;Min Pool Size=5;Max Pool Size=2000;";
58+
"Data Source=test.zero-k.info;Initial Catalog=zero-k_test;Persist Security Info=True;User ID=zero-k;Password=zkdevpass1;MultipleActiveResultSets=false;Min Pool Size=5;Max Pool Size=2000;";
5959

6060
LobbyServerHost = "test.zero-k.info";
6161
LobbyServerPort = 8202;

0 commit comments

Comments
 (0)