Skip to content

Commit

Permalink
entertaining vvuksan's request to try setting these to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgolick committed May 31, 2011
1 parent 8ade183 commit 9b3ce39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/flushing/GMetricFlusher.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class GMetricFlusher(host: String, port: Int, flushInterval: Int) extends Flushe
log.trace("Announcing %s-%s %s%s %s %s.", group, name, value, unit, gmetricType.getGangliaType, gmetricSlope)

gm.announce(name, value, gmetricType,
unit, gmetricSlope, 120, 120,
unit, gmetricSlope, 60, 60,
group)
}
}

0 comments on commit 9b3ce39

Please sign in to comment.