Revision bb679ec8 trunk/Pithos.Interfaces/PithosSettingsData.cs

b/trunk/Pithos.Interfaces/PithosSettingsData.cs
72 72
        public TimeSpan StartupDelay { get; set; }
73 73
        public int PollingInterval { get; set; }
74 74
        public byte HashingParallelism { get; set; }
75
        public TimeSpan FileIdleTimeout { get; set; }
75 76

  
76 77
        public PithosSettingsData()
77 78
        {
......
100 101
            ExtensionsActivated = other.ExtensionsActivated;
101 102
            PollingInterval = other.PollingInterval;
102 103
            StartupDelay = other.StartupDelay;
104
            FileIdleTimeout = other.FileIdleTimeout;
103 105
        }
104 106

  
105 107
        public virtual void Save()

Also available in: Unified diff