aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAdam Frisby2007-05-28 23:01:47 +0000
committerAdam Frisby2007-05-28 23:01:47 +0000
commit0ba587022b2020a14347a1321527ea0b81852e44 (patch)
treeaeb0647dd2b9823f7d93df86d98c722a5affc249
parent* Upped status check to once every 3 hours (from 5 minutes) (diff)
downloadopensim-SC_OLD-0ba587022b2020a14347a1321527ea0b81852e44.zip
opensim-SC_OLD-0ba587022b2020a14347a1321527ea0b81852e44.tar.gz
opensim-SC_OLD-0ba587022b2020a14347a1321527ea0b81852e44.tar.bz2
opensim-SC_OLD-0ba587022b2020a14347a1321527ea0b81852e44.tar.xz
DB4o is re-tah-ded. (Changed default DB provider to MySQL)
-rw-r--r--OpenGridServices/OpenGridServices.GridServer/Main.cs2
-rw-r--r--OpenGridServices/OpenGridServices.UserServer/Main.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenGridServices/OpenGridServices.GridServer/Main.cs b/OpenGridServices/OpenGridServices.GridServer/Main.cs
index 55865d2..71f878a 100644
--- a/OpenGridServices/OpenGridServices.GridServer/Main.cs
+++ b/OpenGridServices/OpenGridServices.GridServer/Main.cs
@@ -50,7 +50,7 @@ namespace OpenGridServices.GridServer
50 public class OpenGrid_Main : BaseServer, conscmd_callback 50 public class OpenGrid_Main : BaseServer, conscmd_callback
51 { 51 {
52 private string ConfigDll = "OpenGrid.Config.GridConfigDb4o.dll"; 52 private string ConfigDll = "OpenGrid.Config.GridConfigDb4o.dll";
53 private string GridDll = "OpenGrid.Framework.Data.DB4o.dll"; 53 private string GridDll = "OpenGrid.Framework.Data.MySQL.dll";
54 public GridConfig Cfg; 54 public GridConfig Cfg;
55 55
56 public static OpenGrid_Main thegrid; 56 public static OpenGrid_Main thegrid;
diff --git a/OpenGridServices/OpenGridServices.UserServer/Main.cs b/OpenGridServices/OpenGridServices.UserServer/Main.cs
index aec80dc..3b17cff 100644
--- a/OpenGridServices/OpenGridServices.UserServer/Main.cs
+++ b/OpenGridServices/OpenGridServices.UserServer/Main.cs
@@ -50,7 +50,7 @@ namespace OpenGridServices.UserServer
50 public class OpenUser_Main : BaseServer, conscmd_callback 50 public class OpenUser_Main : BaseServer, conscmd_callback
51 { 51 {
52 private string ConfigDll = "OpenUser.Config.UserConfigDb4o.dll"; 52 private string ConfigDll = "OpenUser.Config.UserConfigDb4o.dll";
53 private string StorageDll = "OpenGrid.Framework.Data.DB4o.dll"; 53 private string StorageDll = "OpenGrid.Framework.Data.MySQL.dll";
54 private UserConfig Cfg; 54 private UserConfig Cfg;
55 protected IGenericConfig localXMLConfig; 55 protected IGenericConfig localXMLConfig;
56 56