Revision 5d7b20e8 trunk/Pithos.Core/PithosMonitor.cs
b/trunk/Pithos.Core/PithosMonitor.cs | ||
---|---|---|
164 | 164 |
|
165 | 165 |
public PithosMonitor() |
166 | 166 |
{ |
167 |
FileAgent = new FileAgent((int)Settings.FileIdleTimeout.TotalMilliseconds); |
|
168 |
|
|
167 |
FileAgent = new FileAgent(); |
|
169 | 168 |
} |
170 | 169 |
private bool _started; |
171 | 170 |
|
... | ... | |
409 | 408 |
Log.DebugFormat("Start Folder Monitoring [{0}]",RootPath); |
410 | 409 |
|
411 | 410 |
AgentLocator<FileAgent>.Register(FileAgent,RootPath); |
412 |
|
|
411 |
|
|
412 |
FileAgent.IdleTimeout = Settings.FileIdleTimeout; |
|
413 | 413 |
FileAgent.StatusKeeper = StatusKeeper; |
414 | 414 |
FileAgent.StatusNotification = StatusNotification; |
415 | 415 |
FileAgent.Workflow = Workflow; |
Also available in: Unified diff