Minor orborus change

This commit is contained in:
Frikky
2023-12-06 20:51:26 +01:00
parent 1aef4d2dbb
commit 99a96aef7e
+1 -1
View File
@@ -63,7 +63,7 @@ var sleepTime = 2
// Making it work on low-end machines even during busy times :) // Making it work on low-end machines even during busy times :)
// May cause some things to run slowly // May cause some things to run slowly
var maxConcurrency = 5 var maxConcurrency = 7
// Timeout if something rashes // Timeout if something rashes
var workerTimeoutEnv = os.Getenv("SHUFFLE_ORBORUS_EXECUTION_TIMEOUT") var workerTimeoutEnv = os.Getenv("SHUFFLE_ORBORUS_EXECUTION_TIMEOUT")