[longomatch] Speed up database startup



commit b27bd232c4d8075ce90dea182dd0bd781672b9b6
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Sep 9 10:04:07 2013 +0200

    Speed up database startup

 LongoMatch.Services/Services/DataBase.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Services/Services/DataBase.cs b/LongoMatch.Services/Services/DataBase.cs
index 6510a5c..409882a 100644
--- a/LongoMatch.Services/Services/DataBase.cs
+++ b/LongoMatch.Services/Services/DataBase.cs
@@ -157,7 +157,6 @@ namespace LongoMatch.DB
                                        Log.Exception(e);
                                }
                                count = GetAllProjects().Count;
-                               ListObjects();
                        } catch (DatabaseFileLockedException locked) {
                                throw new DBLockedException (locked);
                        } catch (Db4oException ex) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]