Commit 840a5704 authored by Stephan Handuwala's avatar Stephan Handuwala 🏋🏻

Merge branch 'master' into 'master'

3 sec runtime

See merge request !19
parents 12c57133 f3d11b4d
......@@ -131,7 +131,7 @@ func main() {
if config.AppMod.Production == "0" {
fmt.Println("Starting the Email Manager...")
}
time.Sleep(time.Millisecond * 5000)
time.Sleep(time.Millisecond * 300)
mailData = make(chan string)
outboxReadTime = make(chan string)
outboxDeleteTime = make(chan string)
......@@ -443,7 +443,7 @@ func worker(i int) {
}
childs--
time.Sleep(time.Millisecond * 800)
time.Sleep(time.Millisecond * 3000)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment