Fixed the comments to be capitalized at the start and also terminate with a period.
This commit is contained in:
parent
577120ae7c
commit
b807625b78
19 changed files with 194 additions and 201 deletions
|
@ -1,9 +1,4 @@
|
|||
/*
|
||||
Constants that are used across scripts
|
||||
1. Tolerance = tolerance for a task that when exceeded would starve the task.
|
||||
2. ConsiderationWindowSize = number of tasks to consider for computation of the dynamic cap.
|
||||
TODO: Clean this up and use Mesos Attributes instead.
|
||||
*/
|
||||
// TODO: Clean this up and use Mesos Attributes instead.
|
||||
package constants
|
||||
|
||||
var Hosts = make(map[string]struct{})
|
||||
|
|
Reference in a new issue