Changed apps to use milliseconds instead of seconds for timestamps to be more accurate

This commit is contained in:
Frikky
2023-11-30 21:11:16 +01:00
parent ff7ca90936
commit 706a8ee233
5 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ var sleepTime = 2
// Making it work on low-end machines even during busy times :)
// May cause some things to run slowly
var maxConcurrency = 3
var maxConcurrency = 5
// Timeout if something rashes
var workerTimeoutEnv = os.Getenv("SHUFFLE_ORBORUS_EXECUTION_TIMEOUT")