Skip to content

Commit

Permalink
Closes #774; Disable TimeSync logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Sep 12, 2015
1 parent 199f45b commit 1e45c55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/startup/startup.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Meteor.startup ->
TimeSync.loggingEnabled = false

UserPresence.awayTime = 300000
UserPresence.start()
Meteor.subscribe("activeUsers")
Expand Down

0 comments on commit 1e45c55

Please sign in to comment.