Skip to content
Snippets Groups Projects
Commit 86f720ee authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Manager: removed unused const

parent 4dece1d4
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,6 @@ import (
"gopkg.in/mgo.v2/bson"
)
// Max. nr of tasks that's allowed to be buffered in the channel.
const MAX_OUTSTANDING_TASKS = 5
// Gives the system some time to start up (and open listening HTTP port)
const STARTUP_NOTIFICATION_INITIAL_DELAY = 500 * time.Millisecond
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment