changed some changes

This commit is contained in:
2020-10-22 21:00:42 +02:00
parent 860bd29ec2
commit 938f2821fd
3 changed files with 2 additions and 3 deletions

View File

@ -14,5 +14,5 @@ fun main() = runBlocking{
resultProcessor.mapToProcess=resultMap
resultProcessor.process()
}
delay(20000L)
delay(System.getenv("WAITTIME").toLong()*2)
}