Revision 74d78c90 trunk/Pithos.Core/Agents/StatusAgent.cs

b/trunk/Pithos.Core/Agents/StatusAgent.cs
59 59
            /*var stales = from state in FileState.Queryable
60 60
                         where state.FilePath.StartsWith(@"e:\pithos\cache")
61 61
                         select state.Id;*/
62
/*
62 63
            FileState.DeleteAll(@"FilePath like 'e:\pithos\.pithos.cache%'");
63 64
            ;
65
*/
64 66
        }
65 67

  
66 68
        private static InPlaceConfigurationSource GetConfiguration(string pithosDbPath)

Also available in: Unified diff