Skip to content

Commit

Permalink
Disabled orphan detection, we will handle them differently in the fut…
Browse files Browse the repository at this point in the history
…ure.
  • Loading branch information
tjpeden committed May 2, 2013
1 parent 3596953 commit b8e5016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manager.coffee
Expand Up @@ -30,7 +30,7 @@ class Manager extends EventEmitter2
@triggers = {}
@task_intervals = []
@cache = new Cache max_items: @max_cache_items
@diag_interval = setInterval (=> console.log @diagnostic()), 5000
# @diag_interval = setInterval (=> console.log @diagnostic()), 5000 # we will handle orphans differently in the future.

# UTILITY METHODS
# ===============
Expand Down

0 comments on commit b8e5016

Please sign in to comment.