Skip to content
Snippets Groups Projects
Commit 0fba356b authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Increase delta to check for user directories to two minutes.

References issue #10
parent d9b3f473
No related branches found
No related tags found
No related merge requests found
......@@ -418,7 +418,7 @@ namespace AutoTx
UpdateServiceState();
var delta = DateTime.Now - _lastUserDirCheck;
if (delta.Seconds >= 10)
if (delta.Seconds >= 120)
CreateIncomingDirectories();
// tasks depending on the service state:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment