mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-19 09:37:53 +02:00
TrangaSettings add timeout to start new jobs field
This commit is contained in:
@ -128,7 +128,7 @@ public static class Tranga
|
||||
}
|
||||
|
||||
context.SaveChanges();
|
||||
Thread.Sleep(2000);
|
||||
Thread.Sleep(TrangaSettings.startNewJobTimeoutMs);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user